From 92d0f8aba6056a0b2d49f008cd120e3f5475e86d Mon Sep 17 00:00:00 2001 From: Jakub Jelen Date: Wed, 19 Nov 2025 17:29:34 +0100 Subject: [PATCH] ci: Remove GSSAPI from minimal build Signed-off-by: Jakub Jelen Reviewed-by: Andreas Schneider --- .gitlab-ci.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 9bce0c05..123387d3 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -250,9 +250,10 @@ fedora/openssl_3.x/x86_64/minimal: -DWITH_SERVER=OFF -DWITH_ZLIB=OFF -DWITH_PCAP=OFF + -DWITH_GSSAPI=OFF + -DWITH_GEX=OFF -DUNIT_TESTING=ON - -DCLIENT_TESTING=ON - -DWITH_GEX=OFF .. && + -DCLIENT_TESTING=ON .. && make -j$(nproc) .valgrind: