From: Mark Andrews Date: Thu, 27 Jun 2019 06:53:03 +0000 (+1000) Subject: add nocrypto builds X-Git-Tag: v9.11.9~2^2~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=39add843ea78013690b3d0f9e81a08035b4c872d;p=thirdparty%2Fbind9.git add nocrypto builds --- diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index cad416d2cbb..f1567aa89cb 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -503,6 +503,28 @@ clang:stretch:i386: <<: *debian_stretch_i386_image <<: *build_job +# Jobs for nocrypt builds on Debian Sid (amd64) + +nocrypto:sid:amd64: + variables: + CC: gcc + CFLAGS: "-Wall -Wextra -O2 -g" + EXTRA_CONFIGURE: "--with-openssl=no" + <<: *debian_sid_amd64_image + <<: *build_job + +system:nocrypto:sid:amd64: + <<: *debian_sid_amd64_image + <<: *system_test_job + dependencies: + - nocrypto:sid:amd64 + +unit:nocrypto:sid:amd64: + <<: *debian_sid_amd64_image + <<: *unit_test_job + dependencies: + - nocrypto:sid:amd64 + # Jobs for PKCS#11-enabled GCC builds on Debian Sid (amd64) pkcs11:sid:amd64: