]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
Setup env properly to skip v6 test. 10210/head
authorOtto <otto.moerbeek@open-xchange.com>
Wed, 24 Mar 2021 08:01:27 +0000 (09:01 +0100)
committerOtto <otto.moerbeek@open-xchange.com>
Wed, 24 Mar 2021 08:01:27 +0000 (09:01 +0100)
CicleCI docs indeed suggest the environment setting under docker do not apply
to the jobs steps.

.circleci/config.yml

index 2a1f12d6354ff61d04165f4571917f856e0dce64..dc0f5aa01c67ba998a2cb95e9c576da6bd8beb58 100644 (file)
@@ -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: