Skip to content

Commit de9ab30

Browse files
committed
Remove unset LD_LIBRARY_PATH from pipeline steps
1 parent 22a3b2c commit de9ab30

1 file changed

Lines changed: 0 additions & 13 deletions

File tree

.buildkite/pipeline.yml

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,6 @@ steps:
113113
- "12.1"
114114
- "12.0"
115115
commands: |
116-
unset LD_LIBRARY_PATH
117116
echo -e "[CUDA_Runtime_jll]\nversion = \"{{matrix.cuda}}\"" >LocalPreferences.toml
118117
119118
- group: ":telescope: Downstream"
@@ -186,7 +185,6 @@ steps:
186185
- lib
187186
- examples
188187
commands: |
189-
unset LD_LIBRARY_PATH
190188
julia -e '
191189
using Pkg
192190
@@ -272,8 +270,6 @@ steps:
272270
- src
273271
- lib
274272
- examples
275-
commands: |
276-
unset LD_LIBRARY_PATH
277273
agents:
278274
queue: "juliagpu"
279275
cuda: "*"
@@ -296,8 +292,6 @@ steps:
296292
- src
297293
- lib
298294
- examples
299-
commands: |
300-
unset LD_LIBRARY_PATH
301295
agents:
302296
queue: "juliagpu"
303297
cuda: "*"
@@ -322,8 +316,6 @@ steps:
322316
- src
323317
- lib
324318
- examples
325-
commands: |
326-
unset LD_LIBRARY_PATH
327319
agents:
328320
queue: "juliagpu"
329321
cuda: "*"
@@ -340,7 +332,6 @@ steps:
340332
- "unified"
341333
- "host"
342334
commands: |
343-
unset LD_LIBRARY_PATH
344335
echo -e "[CUDA]\ndefault_memory = \"{{matrix.memory}}\"" >LocalPreferences.toml
345336
346337
- label: "MultiGPU"
@@ -354,8 +345,6 @@ steps:
354345
- src
355346
- lib
356347
- examples
357-
commands: |
358-
unset LD_LIBRARY_PATH
359348
agents:
360349
queue: "juliagpu"
361350
cuda: "*"
@@ -376,7 +365,6 @@ steps:
376365
- JuliaCI/julia#v1:
377366
version: "1.12"
378367
commands: |
379-
unset LD_LIBRARY_PATH
380368
julia --project -e '
381369
println("--- :julia: Instantiating project")
382370
using Pkg
@@ -401,7 +389,6 @@ steps:
401389
- JuliaCI/julia#v1:
402390
version: "1.12"
403391
commands: |
404-
unset LD_LIBRARY_PATH
405392
julia --project=perf -e '
406393
using Pkg
407394

0 commit comments

Comments
 (0)