From: Daniel P. Berrangé Date: Mon, 21 Oct 2024 16:27:56 +0000 (+0100) Subject: gitlab: enable afalg tests in fedora system test X-Git-Tag: v9.2.0-rc0~38^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=c64df333f92798823c4897ae6d4bd7f49d060225;p=thirdparty%2Fqemu.git gitlab: enable afalg tests in fedora system test 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é Reviewed-by: Thomas Huth Signed-off-by: Daniel P. Berrangé --- diff --git a/.gitlab-ci.d/buildtest.yml b/.gitlab-ci.d/buildtest.yml index 01e8470a693..f0cbdf19924 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