Unverified Commit 3fd9b275 authored by Nikita Titov's avatar Nikita Titov Committed by GitHub
Browse files

[ci] unpin CMake version for CUDA + Clang toolchain (#4183)

This reverts commit ab474dc4.
parent fba18e48
...@@ -97,15 +97,9 @@ else # Linux ...@@ -97,15 +97,9 @@ else # Linux
curl -sL https://apt.kitware.com/keys/kitware-archive-latest.asc | apt-key add - 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-add-repository "deb https://apt.kitware.com/ubuntu/ $(lsb_release -cs) main" -y
apt-get update 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 \ apt-get install --no-install-recommends -y \
cmake cmake
fi fi
fi
if [[ $SETUP_CONDA != "false" ]]; then if [[ $SETUP_CONDA != "false" ]]; then
ARCH=$(uname -m) ARCH=$(uname -m)
if [[ $ARCH == "x86_64" ]]; then if [[ $ARCH == "x86_64" ]]; then
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment