summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDmitry Eremin-Solenikov <dbaryshkov@gmail.com>2018-09-27 11:02:33 +0300
committerDmitry Eremin-Solenikov <dbaryshkov@gmail.com>2018-09-27 11:02:33 +0300
commitc6b5e2917bcf32c3568682dc5d9d1bc338a7d900 (patch)
treed96683789dfec5330de00c32d2d654f26148da15
parent8ec89fc6320cdfc7a9d7551d9834cb4d0492884c (diff)
downloadgnutls-c6b5e2917bcf32c3568682dc5d9d1bc338a7d900.tar.gz
.gitlab-ci.yml: reenable SSLv2 hello support for SSL-3.0.Fedora.x86_64
Reenable SSLv2 hello support to let several SSL-3.0 tls-fuzzer tests pass. Signed-off-by: Dmitry Eremin-Solenikov <dbaryshkov@gmail.com>
-rw-r--r--.gitlab-ci.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 79fc484bd3..e9d23727e1 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -119,7 +119,7 @@ SSL-3.0.Fedora.x86_64:
script:
- ./bootstrap
- mkdir -p build && cd build &&
- dash ../configure --disable-gcc-warnings --cache-file ../cache/config.cache --enable-sha1-support --enable-ssl3-support --disable-ssl2-support --enable-seccomp-tests --disable-doc --disable-guile &&
+ dash ../configure --disable-gcc-warnings --cache-file ../cache/config.cache --enable-sha1-support --enable-ssl3-support --enable-seccomp-tests --disable-doc --disable-guile &&
make -j$(nproc) && make check -j$(nproc)
- cd ..
tags: