This is an automated email from the ASF dual-hosted git repository.
tristan pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/flume.git
The following commit(s) were added to refs/heads/trunk by this push:
new e0c6e9de2 Continued debugging of builds
e0c6e9de2 is described below
commit e0c6e9de228dad6043789a609ea664985750f2ed
Author: Tristan Stevens <[email protected]>
AuthorDate: Fri Oct 28 17:55:04 2022 +0100
Continued debugging of builds
---
.github/workflows/build.yml | 12 ++++++++++--
1 file changed, 10 insertions(+), 2 deletions(-)
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index 8359a619d..8965422df 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -54,7 +54,15 @@ jobs:
run: env | grep '^JAVA'
- name: Show disk usage before
- run: df -hk
+ run: df -kh
+
+ - name: Remove unwanted packages
+ run: |
+ sudo rm -rf /usr/share/dotnet
+ sudo rm -rf /usr/local/lib/android
+
+ - name: Show disk usage before maven
+ run: df -kh
- name: Build with Maven
timeout-minutes: 120
@@ -66,4 +74,4 @@ jobs:
-Dsurefire.rerunFailingTestsCount=2
- name: Show disk usage after
- run: df -hk
+ run: df -kh