]> git.ipfire.org Git - thirdparty/unbound.git/commitdiff
- Fix ci workflow for macos for moved install locations.
authorW.C.A. Wijngaards <wouter@nlnetlabs.nl>
Wed, 24 Apr 2024 14:31:44 +0000 (16:31 +0200)
committerW.C.A. Wijngaards <wouter@nlnetlabs.nl>
Wed, 24 Apr 2024 14:31:44 +0000 (16:31 +0200)
.github/workflows/analysis_ports.yml
doc/Changelog

index c9062d6086e2db623cc75a6c2c32629942682a01..0dd2514e73974f5089d531eda6ac552a3b560e24 100644 (file)
@@ -32,12 +32,12 @@ jobs:
           - name: OS X
             os: macos-latest
             install_expat: "yes"
-            config: "--enable-debug --disable-flto --with-ssl=/usr/local/opt/openssl --with-libexpat=/usr/local/opt/expat"
+            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"
-            config: "CC=clang --enable-debug --disable-flto --with-ssl=/usr/local/opt/openssl --with-libexpat=/usr/local/opt/expat --disable-static"
+            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"
           - name: ubsan (gcc undefined behaviour sanitizer)
index 424640d54247d46a20eba4a00dc325417d18dc26..037700b9dd49ada1d8c20fbac6dc0771be499c1e 100644 (file)
@@ -1,3 +1,6 @@
+24 April 2024: Wouter
+       - Fix ci workflow for macos for moved install locations.
+
 23 April 2024: Yorgos
        - Merge #1053: Remove child delegations from cache when grandchild
          delegations are returned from parent.