From 88059e43ac23594849b4c073c7cc443b480b2ddc Mon Sep 17 00:00:00 2001 From: Nikos Mavrogiannopoulos Date: Mon, 16 Mar 2020 22:55:26 +0100 Subject: [PATCH] .gitlab-ci.yml: no longer test on Centos6 This is a very old platform with old openconnect available in EPEL. We do not need to keep compatibility with it. Signed-off-by: Nikos Mavrogiannopoulos --- .gitlab-ci.yml | 21 --------------------- 1 file changed, 21 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 3ba737f2..c8f4d3c6 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -247,27 +247,6 @@ Fedora: untracked: true when: always -Centos6: - stage: testing - image: $CI_REGISTRY/$BUILD_IMAGES_PROJECT:$CENTOS6_BUILD - script: - - sed -i 's/AM_PROG_AR//g' configure.ac - - git submodule update --init - - autoreconf -fvi - - CFLAGS="$CFLAGS -I/usr/include/libev -I/usr/include/gnutls30" LIBGNUTLS_LIBS="-L/usr/lib64/gnutls30/ -lgnutls" PKG_CONFIG_LIBDIR="/usr/lib64/gnutls30/pkgconfig:/usr/lib64/pkgconfig" ./configure --disable-systemd --enable-local-libopts --without-docker-tests - - make -j$JOBS - - make check -j$JOBS - tags: - - shared - - linux - except: - - tags - - schedules - artifacts: - expire_in: 1 week - untracked: true - when: on_failure - minimal: stage: testing image: $CI_REGISTRY/$BUILD_IMAGES_PROJECT:$CENTOS7_BUILD