From: Daniel Salzman Date: Sun, 31 May 2020 08:27:42 +0000 (+0200) Subject: CI: enable XDP on build:debian:amd64 to fix libknot.symbols mismatch X-Git-Tag: v3.0.0~101 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=591c7bd0f8fdc4eae40d50a0fbeef37524a5d940;p=thirdparty%2Fknot-dns.git CI: enable XDP on build:debian:amd64 to fix libknot.symbols mismatch --- diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index dde25ae7be..bab2550217 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -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