Skip to content

Commit 80f5633

Browse files
authored
Clean up more space for backwards compatibility jobs (#5658)
Backwards compatibility jobs have been failing in CI with: ``` fatal: sha1 file '/home/runner/work/TileDB/TileDB/test/inputs/arrays/read_compatibility_test/.git/index.lock' write error. Out of diskspace warning: Clone succeeded, but checkout failed. ``` This PR is cleaning up more unused libraries and tools from runners so that checkout succeeds again. I got good results with this fix here: https://github.com/TileDB-Inc/TileDB/actions/runs/18308399162 --- TYPE: NO_HISTORY DESC: Clean up more space for backwards compatibility jobs
1 parent 371ae03 commit 80f5633

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/build-backwards-compatibility.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,11 @@ jobs:
8282
sudo rm -rf /usr/share/dotnet
8383
sudo rm -rf /opt/ghc
8484
sudo rm -rf "/usr/local/share/boost"
85+
sudo rm -rf /usr/local/lib/android
86+
sudo rm -rf /opt/hostedtoolcache/CodeQL
8587
sudo rm -rf "$AGENT_TOOLSDIRECTORY"
88+
sudo docker image prune --all --force
89+
sudo docker builder prune -a
8690
8791
- name: 'Test backward compatibility'
8892
id: test

0 commit comments

Comments
 (0)