Skip to content
Snippets Groups Projects
Commit 591c7bd0 authored by Daniel Salzman's avatar Daniel Salzman
Browse files

CI: enable XDP on build:debian:amd64 to fix libknot.symbols mismatch

parent 42d70cab
Branches
Tags
No related merge requests found
Pipeline #64136 passed with stages
in 14 minutes and 37 seconds
......@@ -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
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment