From b18a2aafa3b476ff874dada9fe5c9102b5a55894 Mon Sep 17 00:00:00 2001 From: Tim Wojtulewicz Date: Mon, 30 Jan 2023 15:41:25 -0700 Subject: [PATCH] Remove comment about osx-sysroot [nomail] [skip ci] --- ci/build.sh | 2 -- 1 file changed, 2 deletions(-) diff --git a/ci/build.sh b/ci/build.sh index f1585e1ba6..1a5335c386 100755 --- a/ci/build.sh +++ b/ci/build.sh @@ -6,8 +6,6 @@ SCRIPT_DIR="$(cd "$(dirname "${BASH_SOURCE[0]}")" &>/dev/null && pwd)" set -e 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 # Starting with Monterey & Xcode 13.1 we need to help it find OpenSSL if [ -d /usr/local/opt/openssl@1.1/lib/pkgconfig ]; then