File tree Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -31,12 +31,12 @@ jobs:
31
31
clang_analysis : " yes"
32
32
- name : OS X
33
33
os : macos-latest
34
- install_expat : " no "
34
+ install_expat : " yes "
35
35
config : " --enable-debug --disable-flto --with-ssl=/opt/homebrew/opt/openssl --with-libexpat=/opt/homebrew/opt/expat"
36
36
make_test : " yes"
37
37
- name : Clang on OS X
38
38
os : macos-latest
39
- install_expat : " no "
39
+ install_expat : " yes "
40
40
config : " CC=clang --enable-debug --disable-flto --with-ssl=/opt/homebrew/opt/openssl --with-libexpat=/opt/homebrew/opt/expat --disable-static"
41
41
make_test : " yes"
42
42
clang_analysis : " yes"
Original file line number Diff line number Diff line change
1
+ 26 August 2025: Wouter
2
+ - Fix ports workflow to install expat for macos.
3
+
1
4
22 August 2025: Wouter
2
5
- For #1318: Fix compile warnings for DoH compile on windows.
3
6
- Fix sha1 enable environment variable in test code on windows.
You can’t perform that action at this time.
0 commit comments