]> git.ipfire.org Git - thirdparty/unbound.git/commitdiff
- Fix for ci test, expat is installed on the osx image.
authorW.C.A. Wijngaards <wouter@nlnetlabs.nl>
Thu, 27 Mar 2025 09:52:00 +0000 (10:52 +0100)
committerW.C.A. Wijngaards <wouter@nlnetlabs.nl>
Thu, 27 Mar 2025 09:52:00 +0000 (10:52 +0100)
.github/workflows/analysis_ports.yml
doc/Changelog

index f843eeb5ea7d8224eca74d8f6dcb4f6c7db7500d..d7187507624cf42239ded108d21e41261b5689d1 100644 (file)
@@ -31,12 +31,12 @@ jobs:
             clang_analysis: "yes"
           - name: OS X
             os: macos-latest
-            install_expat: "yes"
+            install_expat: "no"
             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: "yes"
+            install_expat: "no"
             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 28adb62f8001f73fb95289835a74f7cc3eba962a..78715a0230d2ced9c7a8cbfa63ff3f0e63a31768 100644 (file)
@@ -1,5 +1,6 @@
 27 March 2025: Wouter
        - Fix unit test dname log printout typecast.
+       - Fix for ci test, expat is installed on the osx image.
 
 26 March 2025: Yorgos
        - Fix #1255: Multiple pinnings to vulnerable copies of libexpat.