abnobdoss commented on code in PR #765:
URL: https://github.com/apache/iceberg-cpp/pull/765#discussion_r3448753921
##########
.github/workflows/aws_test.yml:
##########
@@ -113,11 +115,29 @@ jobs:
if: ${{ matrix.s3 == 'ON' }}
shell: bash
run: bash ci/scripts/start_minio.sh
+ - name: Restore sccache cache
+ uses: actions/cache/restore@27d5ce7f107fe9357f9df03efb73ab90386fccae #
v5.0.5
Review Comment:
Done! I've folded the Meson sccache conversion into this PR - this includes
all Meson legs plus the SigV4 build.
As a heads-up, we won't see the speedup on this PR itself. PR cache uploads
can only be reused by the branch that created them, so I've gated saves to main
to keep PR caches from saturating the repo's cache or evicting the main
branch's cache entries.
I validated the full stack warm on my fork: every build finishes in about 4
minutes or less except the Windows build at ~5 min, down from 20 to 27 min
cold. Example run:
https://github.com/abnobdoss/iceberg-cpp/actions/runs/27910572526
--
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]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]