]> git.ipfire.org Git - thirdparty/unbound.git/commitdiff
- Fix ports workflow to install expat for macos.
authorW.C.A. Wijngaards <wouter@nlnetlabs.nl>
Tue, 26 Aug 2025 12:41:13 +0000 (14:41 +0200)
committerW.C.A. Wijngaards <wouter@nlnetlabs.nl>
Tue, 26 Aug 2025 12:41:13 +0000 (14:41 +0200)
.github/workflows/analysis_ports.yml
doc/Changelog

index d7187507624cf42239ded108d21e41261b5689d1..f843eeb5ea7d8224eca74d8f6dcb4f6c7db7500d 100644 (file)
@@ -31,12 +31,12 @@ jobs:
             clang_analysis: "yes"
           - name: OS X
             os: macos-latest
-            install_expat: "no"
+            install_expat: "yes"
             config: "--enable-debug --disable-flto --with-ssl=/opt/homebrew/opt/openssl --with-libexpat=/opt/homebrew/opt/expat"
             make_test: "yes"
           - name: Clang on OS X
             os: macos-latest
-            install_expat: "no"
+            install_expat: "yes"
             config: "CC=clang --enable-debug --disable-flto --with-ssl=/opt/homebrew/opt/openssl --with-libexpat=/opt/homebrew/opt/expat --disable-static"
             make_test: "yes"
             clang_analysis: "yes"
index c10ba67af0e47849f4d1293bbe10097cf8e1b966..e87a49d2d20f12e442a36deb83181e660cce16ca 100644 (file)
@@ -1,3 +1,6 @@
+26 August 2025: Wouter
+       - Fix ports workflow to install expat for macos.
+
 22 August 2025: Wouter
        - For #1318: Fix compile warnings for DoH compile on windows.
        - Fix sha1 enable environment variable in test code on windows.