From: Daiki Ueno Date: Mon, 21 Jul 2025 00:48:51 +0000 (+0900) Subject: .gitlab-ci.yml: merge fedora-notools pipeline into fedora-minimal X-Git-Tag: 3.8.11~30^2~10 X-Git-Url: http://git.ipfire.org/gitweb/?a=commitdiff_plain;h=7b39242c95d8214c977a94f262f0fb00a96aad8a;p=thirdparty%2Fgnutls.git .gitlab-ci.yml: merge fedora-notools pipeline into fedora-minimal Signed-off-by: Daiki Ueno --- diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 8edee7ad53..948b04373b 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -278,27 +278,6 @@ fedora/bootstrap: - .bootstrap - .fedora -fedora-notools/build: - extends: - - .build - - .fedora - needs: - - fedora/bootstrap - script: - - dash ./configure --cache-file $CCACHE_FILE --disable-gcc-warnings --disable-full-test-suite --disable-doc --disable-tools --enable-tests --with-pkcs12-iter-count=10000 - - make -j$BUILDJOBS - # build tests, but don't execute them - - make -j$BUILDJOBS check TESTS="" - -fedora-notools/test: - extends: - - .test - - .fedora - dependencies: - - fedora-notools/build - needs: - - fedora-notools/build - fedora-minimal/build: extends: - .build @@ -316,7 +295,7 @@ fedora-minimal/build: --disable-nls --disable-libdane --without-p11-kit --without-tpm --without-tpm2 --disable-ssl3-support --disable-ssl2-support --disable-doc --enable-openssl-compatibility --disable-gcc-warnings --with-system-priority-file="" - --disable-gost + --disable-gost --disable-tools --with-pkcs12-iter-count=10000 - make -j$BUILDJOBS # build tests, but don't execute them