-
Notifications
You must be signed in to change notification settings - Fork 3.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[ci] restrict CMake version for CUDA+Clang jobs #4104
Conversation
.ci/setup.sh
Outdated
@@ -98,7 +98,8 @@ else # Linux | |||
apt-add-repository "deb https://apt.kitware.com/ubuntu/ $(lsb_release -cs) main" -y | |||
apt-get update | |||
apt-get install --no-install-recommends -y \ | |||
cmake | |||
cmake="3.19.5-0kitware1" \ | |||
cmake-data="3.19.5-0kitware1" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Without cmake-data
explicitly specified it yields the following:
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:
The following packages have unmet dependencies:
cmake : Depends: cmake-data (= 3.19.5-0kitware1) but 3.20.0-0kitware1 is to be installed
E: Unable to correct problems, you have held broken packages.
@jameslamb Do you know any gods of CI we can pray to? 😃 |
haha I've found many, none have ever answered my prayers. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
oh interesting. Ok thanks for the investigation and quick fix!
This reverts commit ab474dc.
This pull request has been automatically locked since there has not been any recent activity since it was closed. To start a new related discussion, open a new issue at https://github.com/microsoft/LightGBM/issues including a reference to this. |
Our CUDA+Clang builds are incopatible with yesterday-released CMake 3.20.0 version:
Found Clang, but using gcc.