From 524b326ef5c9015145d000b48f405a104a0050cb Mon Sep 17 00:00:00 2001 From: Dmitry Baryshkov Date: Sun, 14 Jun 2020 23:31:27 +0300 Subject: .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 --- .gitlab-ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 628dd367b1..1c4160dcf2 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: -- cgit v1.2.1