Skip to content

Commit 037d78e

Browse files
committed
Unset LD_LIBRARY_PATH on Bhildkite
1 parent 3f6740c commit 037d78e

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.buildkite/pipeline.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@ steps:
1414
agents:
1515
queue: "juliagpu"
1616
cuda: "*"
17+
commands: |
18+
unset LD_LIBRARY_PATH
1719
if: build.message !~ /\[skip tests\]/
1820
timeout_in_minutes: 30
1921

@@ -29,6 +31,8 @@ steps:
2931
agents:
3032
queue: "juliagpu"
3133
cuda: "*"
34+
commands: |
35+
unset LD_LIBRARY_PATH
3236
if: build.message !~ /\[skip tests\]/
3337
timeout_in_minutes: 30
3438

0 commit comments

Comments
 (0)