Skip to content

Commit c1009e6

Browse files
committed
Add CI workaround.
1 parent 5645ddc commit c1009e6

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.buildkite/pipeline.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,10 @@ steps:
1717
agents:
1818
queue: "juliagpu"
1919
cuda: "*"
20-
commands: |
21-
echo -e "[CUDA_Runtime_jll]\nlocal = \"true\"" >LocalPreferences.toml
20+
# XXX: temporarily disabled as the local libcuda.so on gpuci somehow
21+
# does not seem to work anymore when mounted in the container
22+
#commands: |
23+
# echo -e "[CUDA_Runtime_jll]\nlocal = \"true\"" >LocalPreferences.toml
2224
if: |
2325
build.message =~ /\[only tests\]/ ||
2426
build.message =~ /\[only julia\]/ ||

0 commit comments

Comments
 (0)