]> git.ipfire.org Git - thirdparty/knot-dns.git/commitdiff
CI: enable XDP on build:debian:amd64 to fix libknot.symbols mismatch
authorDaniel Salzman <daniel.salzman@nic.cz>
Sun, 31 May 2020 08:27:42 +0000 (10:27 +0200)
committerDaniel Salzman <daniel.salzman@nic.cz>
Sun, 31 May 2020 08:42:20 +0000 (10:42 +0200)
.gitlab-ci.yml

index dde25ae7be9e27765dc0eb57cf79c75959534fa7..bab2550217663810ef997624d87408e8377fdb8c 100644 (file)
@@ -126,7 +126,7 @@ docker:knot-dns:fedora:
   stage: build
   script:
     - autoreconf -fi
-    - ./configure --disable-fastparser || ( cat config.log && exit 1 )
+    - ./configure --disable-fastparser $EXTRA_CONFIGURE || ( cat config.log && exit 1 )
     - make -k all V=1
   artifacts:
     untracked: true
@@ -185,6 +185,8 @@ test:ubuntu:amd64:
     - build:ubuntu:amd64
 
 build:debian:amd64:
+  variables:
+    EXTRA_CONFIGURE: --enable-xdp=yes
   <<: *debian_stable
   <<: *build_job
   except:  # run on schedules as well, for debian:symbols tests