Remove another attempt to cache target directory in action.yaml #2167
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Which issue does this PR close?
re #2149
Rationale for this change
I removed most of the ineffective "try to cache
target
" logic in #2150 but I missed oneI noticed this while looking at the failure here: https://github.com/apache/arrow-rs/runs/7500811391?check_suite_focus=true
It basically runs out of disk space when trying to copy all of
target
into the cache (and it took 3m to do so)What changes are included in this PR?
Remove attempt to cache target directory from common setup-builder action
Are there any user-facing changes?
Hopefully less CI failures due to out of disk space