Skip to content

Commit 3f02918

Browse files
Update the version of CMake to 3.29.7
The minimum required CMake version is updated to 3.29.7 in the swift-corelibs-foundation repository.
1 parent 1fb08ef commit 3f02918

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

swift-ci/main/install-extra-packages.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ install_wasmtime() {
55
}
66

77
install_cmake() {
8-
local version="3.22.1"
8+
local version="3.29.7"
99
local workdir="$(mktemp -d)"
1010
curl -L -o "$workdir/install_cmake.sh" "https://github.com/Kitware/CMake/releases/download/v$version/cmake-$version-linux-$(uname -m).sh"
1111
chmod +x "$workdir/install_cmake.sh"

0 commit comments

Comments
 (0)