From 9df05119a30dc3405ab56edbcab2576f46cac799 Mon Sep 17 00:00:00 2001 From: Daniel Lenski Date: Thu, 25 Feb 2021 18:39:45 -0800 Subject: [PATCH] ppp-over-tls tests: give up on CentOS 6 MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit We should be able to --enable-ppp-tests on CentOS 6, but they simply aren't working. For reasons that are not clear, OpenConnect fails to handshake a TLS connection to socat 1.7.2 (from CentOS 6 EPEL), and I don't want to install an 11-year-old distribution on a VM just to figure out why. So… no pppd-based tests for you, CentOS 6. 😡 Signed-off-by: Daniel Lenski --- .gitlab-ci.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index f24a5323..93403419 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -96,7 +96,9 @@ CentOS6/OpenSSL: image: $CI_REGISTRY/$BUILD_IMAGES_PROJECT:$CENTOS6_BUILD script: - ./autogen.sh - - ./configure --with-java --without-openssl-version-check --enable-dtls-xfail --enable-ppp-tests CFLAGS=-g +# We should --enable-ppp-tests here, but they just aren't working. For reasons that are not +# clear, OpenConnect fails to handshake a TLS connection to socat 1.7.2 (from CentOS 6 EPEL). + - ./configure --with-java --without-openssl-version-check --enable-dtls-xfail CFLAGS=-g - make -j4 # we don't want pppd to invoke any actual connection scripts - mv /etc/ppp /etc/ppp.DISABLED -- 2.49.0