summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Weiser <michael.weiser@gmx.de>2018-04-27 15:35:30 +0200
committerNikos Mavrogiannopoulos <nmav@redhat.com>2018-05-07 14:16:00 +0200
commit4822047b89910c3356d16f4b22930942c433197a (patch)
tree4c9e7489b760c23eb9e44b556d807753d589430d
parent1f4710c041dba874dc3c90b4f5e34e11c5357033 (diff)
downloadgnutls-4822047b89910c3356d16f4b22930942c433197a.tar.gz
.gitlab-ci.yml: Disable full test suite for cross builds
Disable the full test suite for cross CI builds to speed them up. Signed-off-by: Michael Weiser <michael.weiser@gmx.de>
-rw-r--r--.gitlab-ci.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 2d53b7259f..8318adf0a5 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -531,7 +531,7 @@ Debian.aarch64:
# for the target will cause the test suite to fail when p11-kit is enabled.
- dash ../configure --build=$build --host=$host --disable-gcc-warnings
--cache-file ../cache/config.cache --disable-doc --disable-guile
- --without-p11-kit
+ --without-p11-kit --disable-full-test-suite
- make -j$(nproc)
- make check -j$(nproc)
- cd ..