[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PULL 14/14] gitlab: enable afalg tests in fedora system test
From: |
Daniel P . Berrangé |
Subject: |
[PULL 14/14] gitlab: enable afalg tests in fedora system test |
Date: |
Tue, 22 Oct 2024 16:24:15 +0100 |
The AF_ALG crypto integration for Linux is not being tested in
any CI scenario. It always requires an explicit configure time
flag to be passed to turn it on. The Fedora system test is
arbitrarily picked as the place to test it.
Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Reviewed-by: Thomas Huth <thuth@redhat.com>
Signed-off-by: Daniel P. Berrangé <berrange@redhat.com>
---
.gitlab-ci.d/buildtest.yml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.gitlab-ci.d/buildtest.yml b/.gitlab-ci.d/buildtest.yml
index 01e8470a69..f0cbdf1992 100644
--- a/.gitlab-ci.d/buildtest.yml
+++ b/.gitlab-ci.d/buildtest.yml
@@ -115,7 +115,7 @@ build-system-fedora:
job: amd64-fedora-container
variables:
IMAGE: fedora
- CONFIGURE_ARGS: --disable-gcrypt --enable-nettle --enable-docs
+ CONFIGURE_ARGS: --disable-gcrypt --enable-nettle --enable-docs
--enable-crypto-afalg
TARGETS: microblaze-softmmu mips-softmmu
xtensa-softmmu m68k-softmmu riscv32-softmmu ppc-softmmu sparc64-softmmu
MAKE_CHECK_ARGS: check-build
--
2.46.0
- [PULL 03/14] util: don't set SO_REUSEADDR on client sockets, (continued)
- [PULL 03/14] util: don't set SO_REUSEADDR on client sockets, Daniel P . Berrangé, 2024/10/22
- [PULL 04/14] crypto/hash: avoid overwriting user supplied result pointer, Daniel P . Berrangé, 2024/10/22
- [PULL 05/14] tests: correctly validate result buffer in hash/hmac tests, Daniel P . Berrangé, 2024/10/22
- [PULL 06/14] include/crypto: clarify @result/@result_len for hash/hmac APIs, Daniel P . Berrangé, 2024/10/22
- [PULL 07/14] crypto/hash-afalg: Fix broken build, Daniel P . Berrangé, 2024/10/22
- [PULL 08/14] ui/vnc: don't return an empty SASL mechlist to the client, Daniel P . Berrangé, 2024/10/22
- [PULL 09/14] ui/vnc: don't raise error formatting socket address for non-inet, Daniel P . Berrangé, 2024/10/22
- [PULL 10/14] ui/vnc: fix skipping SASL SSF on UNIX sockets, Daniel P . Berrangé, 2024/10/22
- [PULL 11/14] ui/vnc: don't check for SSF after SASL authentication on UNIX sockets, Daniel P . Berrangé, 2024/10/22
- [PULL 12/14] ui: fix handling of NULL SASL server data, Daniel P . Berrangé, 2024/10/22
- [PULL 14/14] gitlab: enable afalg tests in fedora system test,
Daniel P . Berrangé <=
- [PULL 13/14] ui: validate NUL byte padding in SASL client data more strictly, Daniel P . Berrangé, 2024/10/22
- Re: [PULL 00/14] Misc fixes patches, Peter Maydell, 2024/10/24