alamb commented on code in PR #2027:
URL: https://github.com/apache/arrow-rs/pull/2027#discussion_r916946303
##########
.github/actions/setup-builder/action.yaml:
##########
@@ -48,8 +48,8 @@ runs:
# these represent compiled steps of both dependencies and arrow
# and thus are specific for a particular OS, arch and rust version.
path: /github/home/target
- key: ${{ runner.os }}-${{ runner.arch }}-target-cache3-${{
inputs.rust-version }}-${{ hashFiles('**/Cargo.lock') }}
- restore-keys: ${{ runner.os }}-${{ runner.arch }}-target-cache3-${{
inputs.rust-version }}-
+ key: ${{ runner.os }}-${{ runner.arch }}-target-cache-${{
inputs.rust-version }}-${{ hashFiles('**/Cargo.lock') }}
+ restore-keys: ${{ runner.os }}-${{ runner.arch }}-target-cache-${{
inputs.rust-version }}-
Review Comment:
I recommend trying `cache4` -- the `cache` was broken in the past which is
why I bumped to `3` lol
--
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]