diff --git a/CHANGES b/CHANGES index d2c9892f5e..9cbe458041 100644 --- a/CHANGES +++ b/CHANGES @@ -1,3 +1,7 @@ +5.2.0-dev.571 | 2023-01-30 13:39:01 -0700 + + * Remove setting osx-sysroot on macOS CI builds (Tim Wojtulewicz, Corelight) + 5.2.0-dev.569 | 2023-01-30 09:19:23 -0700 * Whitespace cleanup in 5.2 NEWS block (Tim Wojtulewicz, Corelight) diff --git a/VERSION b/VERSION index 0ba78c6ad0..821734530e 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -5.2.0-dev.569 +5.2.0-dev.571 diff --git a/ci/build.sh b/ci/build.sh index 19a92743d1..f1585e1ba6 100755 --- a/ci/build.sh +++ b/ci/build.sh @@ -9,8 +9,6 @@ set -x # If we're on macOS, use --osx-sysroot to ensure we can find the SDKs from Xcode. This avoids # some problems with Catalina specifically, but it doesn't break anything on Big Sur either. if [[ "${CIRRUS_OS}" == "darwin" ]]; then - export ZEEK_CI_CONFIGURE_FLAGS="${ZEEK_CI_CONFIGURE_FLAGS} --osx-sysroot=$(xcrun --show-sdk-path)" - # Starting with Monterey & Xcode 13.1 we need to help it find OpenSSL if [ -d /usr/local/opt/openssl@1.1/lib/pkgconfig ]; then export PKG_CONFIG_PATH=$PKG_CONFIG_PATH:/usr/local/opt/openssl@1.1/lib/pkgconfig