From: Peter van Dijk Date: Mon, 14 Jun 2021 11:33:56 +0000 (+0200) Subject: in secpoll testing, do not start the auth X-Git-Tag: dnsdist-1.7.0-alpha1~145^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=refs%2Fpull%2F10493%2Fhead;p=thirdparty%2Fpdns.git in secpoll testing, do not start the auth --- diff --git a/.github/workflows/secpoll.yml b/.github/workflows/secpoll.yml index 2083cbc8e1..545a9ed484 100644 --- a/.github/workflows/secpoll.yml +++ b/.github/workflows/secpoll.yml @@ -19,6 +19,7 @@ jobs: - run: "echo -ne 'Package: pdns-*\nPin: origin repo.powerdns.com\nPin-Priority: 600\n' | sudo tee /etc/apt/preferences.d/pdns" - run: curl https://repo.powerdns.com/CBC8B383-pub.asc | sudo apt-key add - - run: sudo apt-get update + - run: sudo systemctl mask pdns - run: sudo apt-get install -y pdns-server pdns-backend-sqlite3 - run: "echo -ne 'launch=gsqlite3\ngsqlite3-database=/var/lib/powerdns/pdns.sqlite3\n' | sudo tee /etc/powerdns/pdns.conf" - run: sudo sqlite3 /var/lib/powerdns/pdns.sqlite3 < /usr/share/doc/pdns-backend-sqlite3/schema.sqlite3.sql