Signed-off-by: Daiki Ueno <ueno@gnu.org>
- .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
--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