Skip to content

Commit 7377a72

Browse files
yf711rohan11235813
authored andcommitted
[EP Perf] Update cmake (#21624)
### Description <!-- Describe your changes. --> update script with cmake 3.30 to unblock EP Perf ### Motivation and Context <!-- - Why is this change required? What problem does it solve? - If it fixes an open issue, please link to the issue here. -->
1 parent f519d90 commit 7377a72

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

dockerfiles/scripts/install_common_deps.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,6 @@ pip install "wheel>=0.35.1"
2121
rm -rf /opt/miniconda/pkgs
2222

2323
# Dependencies: cmake
24-
wget --quiet https://github.com/Kitware/CMake/releases/download/v3.27.3/cmake-3.27.3-linux-x86_64.tar.gz
25-
tar zxf cmake-3.27.3-linux-x86_64.tar.gz
26-
rm -rf cmake-3.27.3-linux-x86_64.tar.gz
24+
wget --quiet https://github.com/Kitware/CMake/releases/download/v3.30.1/cmake-3.30.1-linux-x86_64.tar.gz
25+
tar zxf cmake-3.30.1-linux-x86_64.tar.gz
26+
rm -rf cmake-3.30.1-linux-x86_64.tar.gz

0 commit comments

Comments
 (0)