pitrou commented on code in PR #14105:
URL: https://github.com/apache/arrow/pull/14105#discussion_r969635322
##########
.github/workflows/cpp.yml:
##########
@@ -271,8 +271,8 @@ jobs:
uses: actions/cache@v2
with:
path: ${{ steps.ccache-info.outputs.cache-dir }}
- key: cpp-ccache-windows-${{ hashFiles('cpp/**') }}
- restore-keys: cpp-ccache-windows-
+ key: cpp-ccache-windows-v2-${{ hashFiles('cpp/**') }}
+ restore-keys: cpp-ccache-windows-v2-
Review Comment:
@kou For the record, I had to do this to suppress a weird linker error that
I had on this PR but not on my fork.
(perhaps a bug in ccache on Windows?)
--
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]