Skip to content

Commit 0224c42

Browse files
authored
Work around registry corruption issues (#41934)
Because our jobs get interrupted, it seems that incomplete registry trees are created pretty often. Let's just not persist them for now.
1 parent 0258553 commit 0224c42

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.buildkite/pipelines/main/platforms/linux64.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@ steps:
99
key: package_linux64
1010
plugins:
1111
- JuliaCI/julia#v1:
12+
# Drop default "registries" directory, so it is not persisted from execution to execution
13+
persist_depot_dirs: packages,artifacts,compiled
1214
version: 1.6
1315
- staticfloat/sandbox#v1:
1416
rootfs_url: https://github.com/JuliaCI/rootfs-images/releases/download/v3.1/package_linux.x86_64.tar.gz

0 commit comments

Comments
 (0)