From: W.C.A. Wijngaards Date: Thu, 27 Mar 2025 09:52:00 +0000 (+0100) Subject: - Fix for ci test, expat is installed on the osx image. X-Git-Tag: release-1.23.0rc1~28 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=f76365754e6ad9d2bca226dc6fd06310872ad8d3;p=thirdparty%2Funbound.git - Fix for ci test, expat is installed on the osx image. --- diff --git a/.github/workflows/analysis_ports.yml b/.github/workflows/analysis_ports.yml index f843eeb5e..d71875076 100644 --- a/.github/workflows/analysis_ports.yml +++ b/.github/workflows/analysis_ports.yml @@ -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" diff --git a/doc/Changelog b/doc/Changelog index 28adb62f8..78715a023 100644 --- a/doc/Changelog +++ b/doc/Changelog @@ -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.