commit 2c0716fd7dbfea83669822d86a46a02150378dc7 from: Omar Polo date: Fri Jun 23 22:40:58 2023 UTC hopefully fix the macos ci commit - 2d0a2b21f51ba91803ec24b54f0a7d1fcfe10451 commit + 2c0716fd7dbfea83669822d86a46a02150378dc7 blob - 1583889d677c41870f3e9d0a0b3af69666aa547e blob + 1d9dfe2822da75e5f573b675560e23a225626970 --- .cirrus.yml +++ .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