mirror of
https://github.com/NLnetLabs/unbound.git
synced 2025-12-20 23:00:56 -05:00
- Fix for ci test, expat is installed on the osx image.
This commit is contained in:
parent
aa77d02336
commit
f76365754e
2 changed files with 3 additions and 2 deletions
4
.github/workflows/analysis_ports.yml
vendored
4
.github/workflows/analysis_ports.yml
vendored
|
|
@ -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"
|
||||
|
|
|
|||
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Reference in a new issue