kou commented on code in PR #36230:
URL: https://github.com/apache/arrow/pull/36230#discussion_r1238536474
##########
dev/tasks/linux-packages/github.linux.yml:
##########
@@ -72,6 +82,7 @@ jobs:
# 376MB
sudo rm -rf /opt/hostedtoolcache/node || :
df -h
+ df -h
Review Comment:
Oh, it's garbage.
##########
dev/tasks/docs/github.linux.yml:
##########
@@ -21,13 +21,59 @@
jobs:
test:
- name: Docs Preview
+ name: Docs Preview
runs-on: ubuntu-latest
{{ macros.github_set_env(env) }}
steps:
{{
macros.github_checkout_arrow(fetch_depth=fetch_depth|default(1))|indent }}
{{ macros.github_install_archery()|indent }}
+ - name: Free up disk space
Review Comment:
Yes. But the debug option approach is better.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]