summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@gnutls.org>2018-06-24 08:06:55 +0200
committerNikos Mavrogiannopoulos <nmav@gnutls.org>2018-06-24 08:06:59 +0200
commite781f11c2d703b5b112c616c0b6df50f70db9262 (patch)
treee12670f0a667eb10e2e2a6b552e7bdbd71ddda6e
parente9bf3a2364e05de8dab0d6f8885c4bf72004b9df (diff)
downloadgnutls-tmp-updated-builds.tar.gz
.gitlab-ci.yml: skip submodule initialization when not necessarytmp-updated-builds
This prevents unnecessary download of submodules on CI. Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
-rw-r--r--.gitlab-ci.yml2
1 files changed, 0 insertions, 2 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index a24104e1cc..eb4db6cb52 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -430,7 +430,6 @@ ubsan-Werror.Fedora.x86_64:
stage: stage1-testing
image: $CI_REGISTRY/$BUILD_IMAGES_PROJECT:$FEDORA_BUILD
script:
- - git submodule update --init --no-fetch
- ./bootstrap
- CFLAGS="-fsanitize=undefined -fsanitize=bool -fsanitize=alignment -fsanitize=null -fsanitize=bounds-strict -fsanitize=enum -fno-sanitize-recover -g -O2" CXXFLAGS=$CFLAGS LDFLAGS="-static-libubsan" dash ./configure
--cache-file cache/config.cache --disable-non-suiteb-curves --disable-guile --disable-full-test-suite --disable-doc
@@ -463,7 +462,6 @@ Debian.x86_64:
stage: stage1-testing
image: $CI_REGISTRY/$BUILD_IMAGES_PROJECT:$DEBIAN_BUILD
script:
- - git submodule update --init --no-fetch
- ./bootstrap && mkdir -p build && cd build &&
dash ../configure --disable-gcc-warnings --cache-file ../cache/config.cache --disable-doc --disable-guile --disable-full-test-suite &&
make -j$(nproc) && make check -j$(nproc)