]> git.ipfire.org Git - thirdparty/ldns.git/commitdiff
Attribute Felipe
authorWillem Toorop <willem@nlnetlabs.nl>
Fri, 12 Jul 2024 13:07:53 +0000 (15:07 +0200)
committerWillem Toorop <willem@nlnetlabs.nl>
Fri, 12 Jul 2024 13:07:53 +0000 (15:07 +0200)
And the BSD's don't like sudo

.github/workflows/testsuite.yml
Changelog

index 1b27aba5d83b2793a94cc6f74a167307776d946b..a6eaa2dc0ecfd4cce6fac94f8a617ad435528afc 100644 (file)
@@ -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 }}
index ae1bfc2b46b9722779df42ee774155b01e7f99b5..c3ea086a0041317c8f26af5624649d8fb6f98e2a 100644 (file)
--- 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.