Skip to content

Commit

Permalink
DX-83326 Remove some unused libraries to conserve disk space.
Browse files Browse the repository at this point in the history
  • Loading branch information
lriggs committed Oct 4, 2023
1 parent 094ca95 commit a876986
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 a876986

Please sign in to comment.