Skip to content

Commit 60a7ef3

Browse files
authored
Buildkite: don't persist registry across runs
Hopefully this resolves issues like https://buildkite.com/julialang/flux-dot-jl/builds/2420#56a26ca3-9326-45db-9d34-264afc583d44/149-150
1 parent 2e7596d commit 60a7ef3

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)