Skip to content

Commit 497ffc1

Browse files
committed
Apply workaround
1 parent 945569f commit 497ffc1

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.buildkite/pipeline.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ steps:
1111
- JuliaCI/julia-coverage#v1:
1212
codecov: true
1313
command: |
14+
echo -e "[CUDA_Runtime_jll]\nlocal = \"true\"" >LocalPreferences.toml
1415
julia -e 'println("--- :julia: Instantiating project")
1516
using Pkg
1617
Pkg.develop(; path=pwd())
@@ -38,6 +39,7 @@ steps:
3839
- JuliaCI/julia-coverage#v1:
3940
codecov: true
4041
command: |
42+
echo -e "[CUDA_Runtime_jll]\nlocal = \"true\"" >LocalPreferences.toml
4143
julia -e 'println("--- :julia: Instantiating project")
4244
using Pkg
4345
try
@@ -70,6 +72,7 @@ steps:
7072
- JuliaCI/julia-coverage#v1:
7173
codecov: true
7274
command: |
75+
echo -e "[CUDA_Runtime_jll]\nlocal = \"true\"" >LocalPreferences.toml
7376
julia -e 'println("--- :julia: Instantiating project")
7477
using Pkg
7578
Pkg.develop(; path=pwd())

0 commit comments

Comments
 (0)