Skip to content

Commit db445a5

Browse files
committed
ci: build OpenDMARC with -std=gnu11 on macOS
Same mfapi.h bool conflict as miltertest; gcc defaults to gnu23 on this runner.
1 parent 7a88d62 commit db445a5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ jobs:
106106
- name: Configure
107107
run: |
108108
./configure --enable-live-tests \
109-
CFLAGS='-g -O2 -Wno-pointer-sign' \
109+
CFLAGS='-g -O2 -Wno-pointer-sign -std=gnu11' \
110110
CPPFLAGS="-I$(brew --prefix openssl)/include -I/usr/local/include" \
111111
LDFLAGS="-L$(brew --prefix openssl)/lib -L/usr/local/lib"
112112

0 commit comments

Comments
 (0)