From: Otto Date: Wed, 24 Mar 2021 08:01:27 +0000 (+0100) Subject: Setup env properly to skip v6 test. X-Git-Tag: rec-4.5.0-beta1~1^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F10210%2Fhead;p=thirdparty%2Fpdns.git Setup env properly to skip v6 test. CicleCI docs indeed suggest the environment setting under docker do not apply to the jobs steps. --- diff --git a/.circleci/config.yml b/.circleci/config.yml index 2a1f12d635..dc0f5aa01c 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -1275,7 +1275,6 @@ jobs: environment: UBSAN_OPTIONS: 'print_stacktrace=1:halt_on_error=1' ASAN_OPTIONS: detect_leaks=0 - SKIP_IPV6_TESTS: y steps: - add-auth-repo - run: apt-get --no-install-recommends install -qq -y pdns-server pdns-backend-bind pdns-tools daemontools authbind jq libfaketime lua-posix lua-socket moreutils bc python3-venv protobuf-compiler @@ -1298,6 +1297,7 @@ jobs: command: | PDNSRECURSOR=/opt/pdns-recursor/sbin/pdns_recursor \ RECCONTROL=/opt/pdns-recursor/bin/rec_control \ + SKIP_IPV6_TESTS=y \ ./build-scripts/test-recursor test-recursor-bulk: