Skip to content

Commit

Permalink
Disable forward-compatible CUDA driver
Browse files Browse the repository at this point in the history
This may fix some of the CI failures we were seeing
  • Loading branch information
simonbyrne authored Nov 15, 2023
1 parent 458eef6 commit ed1c72f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .buildkite/JuliaProject.toml
Original file line number Diff line number Diff line change
@@ -1,8 +1,12 @@
[extras]
CUDA_Runtime_jll = "76a88914-d11a-5bdc-97e0-2f5a05c973a2"
CUDA_Driver_jll = "4ee394cb-3365-5eb0-8335-949819d2adfc"
HDF5_jll = "0234f1f7-429e-5d53-9886-15a909be8d59"
MPIPreferences = "3da0fdf6-3ccc-4f1b-acd9-58baa6c99267"

[preferences.CUDA_Driver_jll]
compat = false

[preferences.CUDA_Runtime_jll]
version = "local"

Expand Down

0 comments on commit ed1c72f

Please sign in to comment.