Skip to content

Commit 0330b39

Browse files
authored
Try #688: --target x86_64
2 parents e7e7cfe + 38a4abc commit 0330b39

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docker/cmake.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ set -euo pipefail
77
. lib.sh
88

99
main() {
10-
local version=3.17.2
10+
local version=3.23.0
1111

1212
install_packages curl
1313

@@ -16,7 +16,7 @@ main() {
1616

1717
pushd "${td}"
1818

19-
curl --retry 3 -sSfL "https://github.com/Kitware/CMake/releases/download/v${version}/cmake-${version}-Linux-x86_64.sh" -o cmake.sh
19+
curl --retry 3 -sSfL "https://github.com/Kitware/CMake/releases/download/v${version}/cmake-${version}-linux-x86_64.sh" -o cmake.sh
2020
sh cmake.sh --skip-license --prefix=/usr/local
2121

2222
popd

0 commit comments

Comments
 (0)