Skip to content

Commit

Permalink
Work around registry corruption issues (#41934)
Browse files Browse the repository at this point in the history
Because our jobs get interrupted, it seems that incomplete registry trees are created pretty often.  Let's just not persist them for now.

(cherry picked from commit 0224c42)
  • Loading branch information
staticfloat authored and KristofferC committed Oct 5, 2021
1 parent c255808 commit 1e81fbc
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .buildkite/pipelines/main/platforms/linux64.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ steps:
key: package_linux64
plugins:
- JuliaCI/julia#v1:
# Drop default "registries" directory, so it is not persisted from execution to execution
persist_depot_dirs: packages,artifacts,compiled
version: 1.6
- staticfloat/sandbox#v1:
rootfs_url: https://github.com/JuliaCI/rootfs-images/releases/download/v3.1/package_linux.x86_64.tar.gz
Expand Down

0 comments on commit 1e81fbc

Please sign in to comment.