Skip to content

Commit 0eec5e4

Browse files
authored
Merge pull request #1893 from FluxML/bc/buildkite-registry
Buildkite: don't persist registry across runs
2 parents 2e7596d + 60a7ef3 commit 0eec5e4

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.buildkite/pipeline.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@ steps:
22
- label: "GPU integration with julia v1.6"
33
plugins:
44
- 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
58
version: "1.6"
69
- JuliaCI/julia-test#v1: ~
710
agents:

0 commit comments

Comments
 (0)