From f2117d5fa3c721ee694059b4521ad481cf060db9 Mon Sep 17 00:00:00 2001 From: Katharine Hyatt Date: Wed, 22 Apr 2026 09:38:49 +0200 Subject: [PATCH] Unbreak CUDA pipelines This is messing up CI for everyone and I don't want to wait for Mooncake and other CUDA 6 commits. --- .buildkite/pipeline.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.buildkite/pipeline.yml b/.buildkite/pipeline.yml index 1d6c2e320..3b4304a87 100644 --- a/.buildkite/pipeline.yml +++ b/.buildkite/pipeline.yml @@ -14,6 +14,8 @@ steps: agents: queue: "juliagpu" cuda: "*" + commands: | + unset LD_LIBRARY_PATH if: build.message !~ /\[skip tests\]/ timeout_in_minutes: 30 @@ -29,6 +31,8 @@ steps: agents: queue: "juliagpu" cuda: "*" + commands: | + unset LD_LIBRARY_PATH if: build.message !~ /\[skip tests\]/ timeout_in_minutes: 30