Skip to content

Commit

Permalink
Work around registry corruption issues (JuliaLang#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.
  • Loading branch information
staticfloat authored and LilithHafner committed Mar 8, 2022
1 parent 10de92c commit 61f8c2f
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 61f8c2f

Please sign in to comment.