Skip to content

Commit

Permalink
Merge pull request #1893 from FluxML/bc/buildkite-registry
Browse files Browse the repository at this point in the history
Buildkite: don't persist registry across runs
  • Loading branch information
ToucheSir authored Mar 1, 2022
2 parents 2e7596d + 60a7ef3 commit 0eec5e4
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .buildkite/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@ steps:
- label: "GPU integration with julia v1.6"
plugins:
- JuliaCI/julia#v1:
# Drop default "registries" directory, so it is not persisted from execution to execution
# Taken from https://github.com/JuliaLang/julia/blob/v1.7.2/.buildkite/pipelines/main/platforms/package_linux.yml#L11-L12
persist_depot_dirs: packages,artifacts,compiled
version: "1.6"
- JuliaCI/julia-test#v1: ~
agents:
Expand Down

0 comments on commit 0eec5e4

Please sign in to comment.