Skip to content

Commit 5c2bb58

Browse files
cblichmanncopybara-github
authored andcommitted
macOS: Update internal build scripts to CMake 4.1.2
PiperOrigin-RevId: 828426970 Change-Id: I3802264474004a0e847c8266911dd9af058f9797
1 parent a474e89 commit 5c2bb58

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

kokoro/macos/build.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,11 +20,11 @@ mkdir -p "${build_dir}"
2020
# Verify/extract dependencies
2121
pushd "${KOKORO_GFILE_DIR}"
2222
cat << 'EOF' | shasum -c
23-
81db032983a33dbd8da0315df4488e19999ffb63c5a900fb1c0741b14a7b78ef cmake-3.29.3-macos-universal.tar.gz
23+
3be85f5b999e327b1ac7d804cbc9acd767059e9f603c42ec2765f6ab68fbd367 cmake-4.1.2-macos-universal.tar.gz
2424
EOF
2525
popd
2626
tar --strip-components=3 -C "${build_dir}" -xzf \
27-
"${KOKORO_GFILE_DIR}/cmake-3.29.3-macos-universal.tar.gz"
27+
"${KOKORO_GFILE_DIR}/cmake-4.1.2-macos-universal.tar.gz"
2828
export PATH=${build_dir}/bin:${PATH}
2929

3030
# Build BinDiff

0 commit comments

Comments
 (0)