hopefully fix the macos ci

This commit is contained in:
Omar Polo 2023-06-23 22:40:58 +00:00
parent 2d0a2b21f5
commit 2c0716fd7d
1 changed files with 2 additions and 2 deletions

View File

@ -29,7 +29,7 @@ mac_task:
macos_instance:
image: ghcr.io/cirruslabs/macos-ventura-xcode:latest
test_script:
- brew install libevent libretls
- ./configure CFLAGS='-O2 -pipe -Wno-deprecated-declarations' -Werror
- brew install libevent openssl libretls
- PKG_CONFIG_PATH="$(brew --prefix openssl)/lib/pkgconfig" ./configure CFLAGS='-O2 -pipe -Wno-deprecated-declarations' -Werror
- make
- SKIP_RUNTIME_TESTS=1 make regress