From 4cdda68752a7e16e4206b868bfa7e3e4c01bd4e2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tim=20R=C3=BChsen?= Date: Thu, 21 Nov 2019 11:01:27 +0100 Subject: [PATCH] * .gitlab-ci.yml: Add --with-ssl=no --- .gitlab-ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 275ded10..7bbd8e4c 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -352,7 +352,7 @@ Build/Arch: - testenv/*.log -# Test building from tarball in a non-dev environment +# Test building from tarball in a minimal non-dev environment Tarball: stage: stage2-tarball image: $CI_REGISTRY/$BUILD_IMAGES_PROJECT:$BASIC_BUILD @@ -367,7 +367,7 @@ Tarball: - tar xvf wget-*.gz - cd wget-* - unset CC - - ./configure $CONFIGURE_BASE_FLAGS + - ./configure $CONFIGURE_BASE_FLAGS --with-ssl=no - make -j$(nproc) - make -j$(nproc) check # check if essential files are accidentally cleaned