-
Notifications
You must be signed in to change notification settings - Fork 917
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
Update DEFAULT_CUDA_VER
in ci/cpu/prebuild.sh
#9749
Conversation
Now that we only do `11.5` builds for RAPIDS, the `DEFAULT_CUDA_VER` variable in `ci/cpu/prebuild.sh` should be set to `11.5` so that the rest of the logic in the file works correctly.
@ajschmidt8 This changeset looks fine but does it need to target 21.12? cc: @beckernick |
Yep, this should target 21.12 |
rerun tests |
1 similar comment
rerun tests |
Codecov Report
@@ Coverage Diff @@
## branch-21.12 #9749 +/- ##
================================================
- Coverage 10.79% 10.61% -0.18%
================================================
Files 116 118 +2
Lines 18869 20072 +1203
================================================
+ Hits 2036 2130 +94
- Misses 16833 17942 +1109
Continue to review full report at Codecov.
|
rerun tests |
The CI failures are unrelated to this PR. admin merging to unblock some things downstream. |
Now that we only do
11.5
builds for RAPIDS, theDEFAULT_CUDA_VER
variable inci/cpu/prebuild.sh
should be set to11.5
so that the rest of the logic in the file works correctly.