Skip to content

Commit

Permalink
[ci] unpin CMake version for CUDA + Clang toolchain (#4183)
Browse files Browse the repository at this point in the history
This reverts commit ab474dc.
  • Loading branch information
StrikerRUS authored Apr 16, 2021
1 parent fba18e4 commit 3fd9b27
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions .ci/setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -97,14 +97,8 @@ else # Linux
curl -sL https://apt.kitware.com/keys/kitware-archive-latest.asc | apt-key add -
apt-add-repository "deb https://apt.kitware.com/ubuntu/ $(lsb_release -cs) main" -y
apt-get update
if [[ $COMPILER == "clang" ]]; then
apt-get install --no-install-recommends -y \
cmake="3.19.5-0kitware1" \
cmake-data="3.19.5-0kitware1"
else
apt-get install --no-install-recommends -y \
cmake
fi
apt-get install --no-install-recommends -y \
cmake
fi
if [[ $SETUP_CONDA != "false" ]]; then
ARCH=$(uname -m)
Expand Down

0 comments on commit 3fd9b27

Please sign in to comment.