summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDmitry Baryshkov <dbaryshkov@gmail.com>2020-06-14 23:31:27 +0300
committerDmitry Baryshkov <dbaryshkov@gmail.com>2020-06-14 23:31:27 +0300
commit3aea96a1b6f7a4d343ee58aab2ea74783e17f2db (patch)
treee86cf8747d11cc1cc4b9ab1d7b195a8b6a840998
parent1270e81b944e1672f89d8a8b1db986535cf5b072 (diff)
downloadgnutls-3aea96a1b6f7a4d343ee58aab2ea74783e17f2db.tar.gz
.gitlab-ci: disable config.cache for nettle-master builds
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>
-rw-r--r--.gitlab-ci.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 86b2d589fb..81a814f80e 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -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: