diff options
author | Omar Polo <op@omarpolo.com> | 2023-06-23 22:40:58 +0000 |
---|---|---|
committer | Omar Polo <op@omarpolo.com> | 2023-06-23 22:40:58 +0000 |
commit | 2c0716fd7dbfea83669822d86a46a02150378dc7 (patch) | |
tree | 1a5816d4f54ad00a1e13b9c166a60597baa4a72c /.cirrus.yml | |
parent | 2d0a2b21f51ba91803ec24b54f0a7d1fcfe10451 (diff) |
hopefully fix the macos ci
Diffstat (limited to '.cirrus.yml')
-rw-r--r-- | .cirrus.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.cirrus.yml b/.cirrus.yml index 1583889..1d9dfe2 100644 --- a/.cirrus.yml +++ b/.cirrus.yml @@ -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 |