summaryrefslogtreecommitdiff
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@gnutls.org>2018-11-09 07:44:02 +0100
committerNikos Mavrogiannopoulos <nmav@gnutls.org>2018-11-10 07:20:16 +0100
commit5c7db52d2471d13d6c8e6c2e763d3ba2560d6cad (patch)
tree1ee88469b6907aa15b275a77d5ed306629f0298a /.gitlab-ci.yml
parentf3da49beff97b399325f4616b6096d7bbdec268d (diff)
downloadgnutls-5c7db52d2471d13d6c8e6c2e763d3ba2560d6cad.tar.gz
tls13: use system's openssl for interop testing
Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml4
1 files changed, 1 insertions, 3 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 3e53b95a9b..7565a4204e 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -64,8 +64,6 @@ abi/coverage.Debian:
- make -j$(nproc)
- make abi-check
- make pic-check
- - cd devel/openssl && ./config enable-tls1_3 && make -j$(nproc) && cd ../..
- - make -C tests/suite TESTS=testcompat-tls13-openssl.sh check
- make -j$(nproc) check
- make local-code-coverage-output || true
tags:
@@ -121,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 --enable-seccomp-tests --disable-doc --disable-guile &&
+ dash ../configure --disable-tls13-interop --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: