]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
build-and-test-all.yml - build dnsdist: add back install-build-deps step 16752/head
authorromeroalx <alexis.romero@open-xchange.com>
Wed, 21 Jan 2026 08:01:55 +0000 (09:01 +0100)
committerromeroalx <alexis.romero@open-xchange.com>
Wed, 21 Jan 2026 08:01:55 +0000 (09:01 +0100)
.github/workflows/build-and-test-all.yml

index 5404ede8a4fad402f7aa6110fbd123a25533d84a..9662f2b0f2b9d1d0698866ca1ce56bc1e37719e3 100644 (file)
@@ -258,6 +258,8 @@ jobs:
         with:
           venv-parent: ${{ env.REPO_HOME }}
           working-directory: .
+      - run: ${{ env.INV_CMD }} install-dnsdist-build-deps $([ "$(. /etc/os-release && echo $VERSION_CODENAME)" = "bullseye" ] && echo "--skipXDP=True")
+        working-directory: .
       - run: ${{ env.INV_CMD }} install-clang
         working-directory: .
       - run: ${{ env.INV_CMD }} install-lld-linker-if-needed