We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5645ddc commit c1009e6Copy full SHA for c1009e6
.buildkite/pipeline.yml
@@ -17,8 +17,10 @@ steps:
17
agents:
18
queue: "juliagpu"
19
cuda: "*"
20
- commands: |
21
- echo -e "[CUDA_Runtime_jll]\nlocal = \"true\"" >LocalPreferences.toml
+ # XXX: temporarily disabled as the local libcuda.so on gpuci somehow
+ # does not seem to work anymore when mounted in the container
22
+ #commands: |
23
+ # echo -e "[CUDA_Runtime_jll]\nlocal = \"true\"" >LocalPreferences.toml
24
if: |
25
build.message =~ /\[only tests\]/ ||
26
build.message =~ /\[only julia\]/ ||
0 commit comments