We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 2e7596d + 60a7ef3 commit 0eec5e4Copy full SHA for 0eec5e4
.buildkite/pipeline.yml
@@ -2,6 +2,9 @@ steps:
2
- label: "GPU integration with julia v1.6"
3
plugins:
4
- JuliaCI/julia#v1:
5
+ # Drop default "registries" directory, so it is not persisted from execution to execution
6
+ # Taken from https://github.com/JuliaLang/julia/blob/v1.7.2/.buildkite/pipelines/main/platforms/package_linux.yml#L11-L12
7
+ persist_depot_dirs: packages,artifacts,compiled
8
version: "1.6"
9
- JuliaCI/julia-test#v1: ~
10
agents:
0 commit comments