From: Daniel Lenski Date: Fri, 26 Feb 2021 02:39:45 +0000 (-0800) Subject: ppp-over-tls tests: give up on CentOS 6 X-Git-Tag: v8.20~327^2~1 X-Git-Url: https://www.infradead.org/git/?a=commitdiff_plain;h=9df05119a30dc3405ab56edbcab2576f46cac799;p=users%2Fdwmw2%2Fopenconnect.git ppp-over-tls tests: give up on CentOS 6 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 --- 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