]> git.ipfire.org Git - thirdparty/gnutls.git/commitdiff
.gitlab-ci: disable config.cache for nettle-master builds
authorDmitry Baryshkov <dbaryshkov@gmail.com>
Sun, 14 Jun 2020 20:31:27 +0000 (23:31 +0300)
committerDmitry Baryshkov <dbaryshkov@gmail.com>
Sun, 14 Jun 2020 20:31:27 +0000 (23:31 +0300)
Disable usage of config.cache for nettle-master builds. Such
config.cache files can easily become stale, thus resulting in build
failures.

Signed-off-by: Dmitry Baryshkov <dbaryshkov@gmail.com>
.gitlab-ci.yml

index 86b2d589fb6621a8d2b61fe9b365df564fa48a3b..81a814f80e558b2cc759ae3b2777406c7333a5b5 100644 (file)
@@ -737,7 +737,7 @@ nettle-master.Fedora:
   - make -j$BUILDJOBS install
   - popd
   - SUBMODULE_NOFETCH=1 ./bootstrap
-  - PKG_CONFIG_PATH=$NETTLE_DIR/lib64/pkgconfig dash ./configure --cache-file cache/config.cache --disable-gcc-warnings --disable-doc --disable-guile
+  - PKG_CONFIG_PATH=$NETTLE_DIR/lib64/pkgconfig dash ./configure --disable-gcc-warnings --disable-doc --disable-guile
   - make -j$BUILDJOBS
   - PKG_CONFIG_PATH=$NETTLE_DIR/lib64/pkgconfig LD_LIBRARY_PATH=$NETTLE_DIR/lib64 make -j$CHECKJOBS check
   tags:
@@ -769,7 +769,7 @@ nettle-master-minigmp.Fedora:
   - make -j$BUILDJOBS install
   - popd
   - SUBMODULE_NOFETCH=1 ./bootstrap
-  - PKG_CONFIG_PATH=$NETTLE_DIR/lib64/pkgconfig dash ./configure --cache-file cache/config.cache --disable-gcc-warnings --disable-doc --disable-guile --disable-full-test-suite
+  - PKG_CONFIG_PATH=$NETTLE_DIR/lib64/pkgconfig dash ./configure --disable-gcc-warnings --disable-doc --disable-guile --disable-full-test-suite
   - make -j$BUILDJOBS
   - PKG_CONFIG_PATH=$NETTLE_DIR/lib64/pkgconfig LD_LIBRARY_PATH=$NETTLE_DIR/lib64 make -j$CHECKJOBS check
   tags: