diff --git a/ci/buildkite.yml b/ci/buildkite.yml index 7fef0ef747..09207e46df 100644 --- a/ci/buildkite.yml +++ b/ci/buildkite.yml @@ -23,6 +23,10 @@ steps: user: "998:997" # buildkite-agent:buildkite-agent - command: "ci/test-ignored.sh || true" label: "ignored - FAILURES IGNORED [public]" + plugins: + docker#v1.1.1: + image: "rust" + user: "998:997" # buildkite-agent:buildkite-agent - command: "ci/test-cuda.sh" label: "cuda" - wait