Skip to content

Commit e042f76

Browse files
authored
Merge branch 'branch-50' into branch-50
2 parents 4e2597b + 28ad4ef commit e042f76

1 file changed

Lines changed: 13 additions & 0 deletions

File tree

.github/workflows/rust.yml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -347,6 +347,19 @@ jobs:
347347
with:
348348
save-if: ${{ github.ref_name == 'main' }}
349349
shared-key: "amd-ci-linux-test-example"
350+
- name: Remove unnecessary preinstalled software
351+
run: |
352+
echo "Disk space before cleanup:"
353+
df -h
354+
apt-get clean
355+
rm -rf /__t/CodeQL
356+
rm -rf /__t/PyPy
357+
rm -rf /__t/Java_Temurin-Hotspot_jdk
358+
rm -rf /__t/Python
359+
rm -rf /__t/go
360+
rm -rf /__t/Ruby
361+
echo "Disk space after cleanup:"
362+
df -h
350363
- name: Run examples
351364
run: |
352365
# test datafusion-sql examples

0 commit comments

Comments
 (0)