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 authored and stevelorddremio committed Jun 12, 2024
1 parent 25b261b commit a3d6c73
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 @@ -50,6 +50,11 @@ jobs:
{{ macros.github_checkout_arrow()|indent }}
{{ macros.github_free_space()|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 a3d6c73

Please sign in to comment.