This is an automated email from the ASF dual-hosted git repository.

raulcd pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/arrow.git


The following commit(s) were added to refs/heads/main by this push:
     new b4b2b1846d GH-37373: [CI][Integration] Free up disk space (#37374)
b4b2b1846d is described below

commit b4b2b1846d44a958a4d859b4a2efeffbac37b178
Author: Sutou Kouhei <k...@clear-code.com>
AuthorDate: Fri Aug 25 17:02:50 2023 +0900

    GH-37373: [CI][Integration] Free up disk space (#37374)
    
    ### Rationale for this change
    
    We need more disk space.
    
    ### What changes are included in this PR?
    
    Remove unused pre-installed packages.
    
    ### Are these changes tested?
    
    Yes.
    
    ### Are there any user-facing changes?
    
    No.
    * Closes: #37373
    
    Authored-by: Sutou Kouhei <k...@clear-code.com>
    Signed-off-by: Raúl Cumplido <raulcumpl...@gmail.com>
---
 .github/workflows/integration.yml | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/.github/workflows/integration.yml 
b/.github/workflows/integration.yml
index 738b6ed3f1..e7efd11c87 100644
--- a/.github/workflows/integration.yml
+++ b/.github/workflows/integration.yml
@@ -69,6 +69,9 @@ jobs:
         with:
           repository: apache/arrow-rs
           path: rust
+      - name: Free up disk space
+        run: |
+          ci/scripts/util_free_space.sh
       - name: Cache Docker Volumes
         uses: actions/cache@v3
         with:

Reply via email to