Skip to content

Commit

Permalink
Add pref overrides to test deps
Browse files Browse the repository at this point in the history
  • Loading branch information
simonbyrne committed Oct 10, 2023
1 parent 0dd519b commit c86216c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 6 deletions.
5 changes: 0 additions & 5 deletions .buildkite/distributed/JuliaProject.toml
Original file line number Diff line number Diff line change
@@ -1,15 +1,10 @@
[extras]
CUDA_Runtime_jll = "76a88914-d11a-5bdc-97e0-2f5a05c973a2"
HDF5_jll = "0234f1f7-429e-5d53-9886-15a909be8d59"
MPIPreferences = "3da0fdf6-3ccc-4f1b-acd9-58baa6c99267"

[preferences.CUDA_Runtime_jll]
version = "local"

[preferences.HDF5_jll]
libhdf5_path = "libhdf5"
libhdf5_hl_path = "libhdf5_hl"

[preferences.MPIPreferences]
_format = "1.0"
abi = "OpenMPI"
Expand Down
4 changes: 3 additions & 1 deletion Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -62,13 +62,15 @@ julia = "1.9"
[extras]
BenchmarkTools = "6e4b80f9-dd63-53aa-95a3-0cdb28fa8baf"
Coverage = "a2441757-f6aa-5fb2-8edb-039e3f45d037"
CUDA_Runtime_jll = "76a88914-d11a-5bdc-97e0-2f5a05c973a2"
DataDeps = "124859b0-ceae-595e-8997-d05f6a7a8dfe"
InteractiveUtils = "b77e0a4c-d291-57a0-90e8-8db25a27a240"
MPIPreferences = "3da0fdf6-3ccc-4f1b-acd9-58baa6c99267"
Plots = "91a5bcdd-55d7-5caf-9e0b-520d859cae80"
SafeTestsets = "1bc83da4-3b8d-516f-aca4-4fe02f6d838f"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
TimerOutputs = "a759f4b9-e2f1-59dc-863e-4aeb61b1ea8f"
TimesDates = "bdfc003b-8df8-5c39-adcd-3a9087f5df4a"

[targets]
test = ["BenchmarkTools", "Coverage", "DataDeps", "InteractiveUtils", "Plots", "Test", "TimerOutputs", "TimesDates", "SafeTestsets"]
test = ["BenchmarkTools", "Coverage", "CUDA_Runtime_jll", "DataDeps", "InteractiveUtils", "MPIPreferences", "Plots", "Test", "TimerOutputs", "TimesDates", "SafeTestsets"]

0 comments on commit c86216c

Please sign in to comment.