From 7c803e23a9ba291affaea0ee16ce9dd3e6a66ae3 Mon Sep 17 00:00:00 2001 From: Elliot Saba Date: Thu, 19 Aug 2021 11:11:18 -0700 Subject: [PATCH] Work around registry corruption issues Because our jobs get interrupted, it seems that incomplete registry trees are created pretty often. Let's just not persist them for now. --- .buildkite/pipelines/main/platforms/linux64.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.buildkite/pipelines/main/platforms/linux64.yml b/.buildkite/pipelines/main/platforms/linux64.yml index 44b0ebe29f557..ad5d32a20b3a0 100644 --- a/.buildkite/pipelines/main/platforms/linux64.yml +++ b/.buildkite/pipelines/main/platforms/linux64.yml @@ -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