tustvold commented on code in PR #2027:
URL: https://github.com/apache/arrow-rs/pull/2027#discussion_r916947245


##########
.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 tried that, I've tried removing it, I've tried deleting it, I've tried 
commenting out all the caching from the CI. It is determined to use some stale 
file somewhere and I have absolutely no idea why.



-- 
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]

Reply via email to