Skip to content

Commit

Permalink
DX-83326 Free up some disk space to prevent running out. (dremio#54)
Browse files Browse the repository at this point in the history
* DX-83326 Update crossbow to pass in Configuration object to setuptools.

* DX-83326 Remove some unused libraries to conserve disk space.
  • Loading branch information
lriggs committed Oct 5, 2023
1 parent c997299 commit bb6d2f4
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions dev/tasks/java-jars/github.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,11 @@ jobs:
steps:
{{ macros.github_checkout_arrow()|indent }}
{{ macros.github_install_archery()|indent }}
- name: Free up disk space
run: |
df -h
sudo rm -rf /opt/hostedtoolcache/CodeQL || :
df -h
- name: Build C++ libraries
env:
{{ macros.github_set_sccache_envvars()|indent(8) }}
Expand Down

0 comments on commit bb6d2f4

Please sign in to comment.