From: Willem Toorop Date: Fri, 12 Jul 2024 13:07:53 +0000 (+0200) Subject: Attribute Felipe X-Git-Tag: release-1.8.4-rc1~11 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=282fd2414b5e7f57e9f462948cb6587631affac1;p=thirdparty%2Fldns.git Attribute Felipe And the BSD's don't like sudo --- diff --git a/.github/workflows/testsuite.yml b/.github/workflows/testsuite.yml index 1b27aba5..a6eaa2dc 100644 --- a/.github/workflows/testsuite.yml +++ b/.github/workflows/testsuite.yml @@ -125,7 +125,7 @@ jobs: shell: bash run: | export DUMMY12345=1 ${{ matrix.os.env }} - sudo ${{ matrix.os.pkginstall }} + sudo ${{ matrix.os.pkginstall }} || ${{ matrix.os.pkginstall }} libtoolize -vci autoreconf -vfi ./configure ${{ matrix.os.configure_args }} diff --git a/Changelog b/Changelog index ae1bfc2b..c3ea086a 100644 --- a/Changelog +++ b/Changelog @@ -31,6 +31,8 @@ Thanks Jelte Jansen * PR #205: Add functions to extract RFC 8914 extended errors Thanks Roland van Rijswijk-Deij + * PR #203: Expand CI: Cygwin, BSDs, musl libc, 32-bit, and big-endian + Thanks Felipe Gasper 1.8.3 2022-08-15 * bugfix #183: Assertion failure with OPT record without rdata.