Skip to content

Commit 226c16c

Browse files
Store cache locally
EFS is shared between the (potentially multiple) instances of bors which are running, and in general the git lockfile can get left spuriously behind (e.g., if we end up aborting not-nicely). The rust repository is not that big especially without submodules too.
1 parent 68cd1aa commit 226c16c

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

cfg.production.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@ app_client_secret = "${GITHUB_CLIENT_SECRET}"
1010

1111
[git]
1212
local_git = true
13-
cache_dir = "/efs/git-cache"
1413
ssh_key = """
1514
${HOMU_SSH_KEY}
1615
"""

0 commit comments

Comments
 (0)