Skip to content

Commit

Permalink
apacheGH-37373: [CI][Integration] Free up disk space (apache#37374)
Browse files Browse the repository at this point in the history
### 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: apache#37373

Authored-by: Sutou Kouhei <kou@clear-code.com>
Signed-off-by: Raúl Cumplido <raulcumplido@gmail.com>
  • Loading branch information
kou authored and loicalleyne committed Nov 13, 2023
1 parent b074335 commit cdf2bee
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit cdf2bee

Please sign in to comment.