Skip to content

Commit

Permalink
Internal change
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 626961705
Change-Id: Ia5b79482f31b4c3bffc72d687a89f9d43f564e74
  • Loading branch information
cblichmann authored and copybara-github committed Apr 22, 2024
1 parent 858a219 commit 7031abe
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions kokoro/macos/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,14 +12,14 @@ fi
bindiff_release=8

# Set Xcode version to well-known value
export DEVELOPER_DIR=/Applications/Xcode_15.1.app/Contents/Developer
export DEVELOPER_DIR=/Applications/Xcode_15.3.app/Contents/Developer

build_dir=${PWD}/build
mkdir -p "${build_dir}"

# Verify/extract dependencies
pushd "${KOKORO_GFILE_DIR}"
cat << 'EOF' | shasum -c
cat << 'EOF' | shasum -cventura
0b5def3f77617b2ce0ec6701f96e4123a7b14bd0b8a5674ab0556c364ff7cb52 cmake-3.25.2-macos-universal.tar.gz
EOF
popd
Expand Down

0 comments on commit 7031abe

Please sign in to comment.