From b671add22b3e2e6e6306c8a48b9e278d79249017 Mon Sep 17 00:00:00 2001 From: Otto Date: Wed, 24 Mar 2021 09:01:27 +0100 Subject: [PATCH] Setup env properly to skip v6 test. CicleCI docs indeed suggest the environment setting under docker do not apply to the jobs steps. --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: -- 2.47.2