Skip to content

Commit 4c6d530

Browse files
Free some disk space before downloading the backwards compatibility test arrays. (#4700)
--- TYPE: NO_HISTORY --------- Co-authored-by: Luc Rancourt <[email protected]>
1 parent ad0371f commit 4c6d530

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

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

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,16 @@ jobs:
7474
- name: Update tiledb_unit permissions
7575
run: chmod +x $GITHUB_WORKSPACE/build/tiledb/test/tiledb_unit
7676

77+
- name: Free disk space
78+
run: |
79+
sudo swapoff -a
80+
sudo rm -f /swapfile
81+
sudo apt clean
82+
sudo rm -rf /usr/share/dotnet
83+
sudo rm -rf /opt/ghc
84+
sudo rm -rf "/usr/local/share/boost"
85+
sudo rm -rf "$AGENT_TOOLSDIRECTORY"
86+
7787
- name: 'Test backward compatibility'
7888
id: test
7989
env:

0 commit comments

Comments
 (0)