summaryrefslogtreecommitdiff
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@redhat.com>2018-09-17 12:58:38 +0200
committerNikos Mavrogiannopoulos <nmav@redhat.com>2018-09-17 12:58:44 +0200
commit7ce7b28dbdfbcc798b682d0f26e6d9ef59277a37 (patch)
tree016f4db3d591e441a0d2b4ab324c52df45b39465 /.gitlab-ci.yml
parented3b6d9ac9e526541c1acfee5f5825c92e34e80a (diff)
downloadgnutls-7ce7b28dbdfbcc798b682d0f26e6d9ef59277a37.tar.gz
.gitlab-ci.yml: enable run with SHA-1 enabled
This adds a CI run with SHA-1 enabled, and corrects issues in the testsuite when that's the case. Signed-off-by: Nikos Mavrogiannopoulos <nmav@redhat.com>
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml3
1 files changed, 2 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 020267b579..a14cebb9d0 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -114,13 +114,14 @@ minimal.Fedora.x86_64:
- tags
retry: 1
+# This enables SSL3.0 and SHA-1 support
SSL-3.0.Fedora.x86_64:
stage: stage1-testing
image: $CI_REGISTRY/$BUILD_IMAGES_PROJECT:$FEDORA_BUILD
script:
- ./bootstrap
- mkdir -p build && cd build &&
- dash ../configure --disable-gcc-warnings --cache-file ../cache/config.cache --enable-ssl3-support --disable-ssl2-support --disable-full-test-suite --enable-seccomp-tests --disable-doc --disable-guile &&
+ dash ../configure --disable-gcc-warnings --cache-file ../cache/config.cache --enable-sha1-support --enable-ssl3-support --disable-ssl2-support --disable-full-test-suite --enable-seccomp-tests --disable-doc --disable-guile &&
make -j$(nproc) && make check -j$(nproc)
- cd ..
tags: