zhouyuan commented on code in PR #8051:
URL: https://github.com/apache/incubator-gluten/pull/8051#discussion_r1859528332
##########
.github/workflows/velox_backend.yml:
##########
@@ -962,12 +1024,12 @@ jobs:
df -a
bash dev/ci-velox-buildshared-centos-8.sh
ccache -s
- - name: "Save ccache"
- uses: actions/cache/save@v3
- id: ccache
- with:
- path: '${{ env.CCACHE_DIR }}'
- key: ccache-centos8-release-default-${{github.sha}}
+ # - name: "Save ccache"
+ # uses: actions/cache/save@v3
+ # id: ccache
+ # with:
+ # path: '${{ env.CCACHE_DIR }}'
+ # key: ccache-centos8-release-default-${{github.sha}}
Review Comment:
Yes, this is intended to disable the centos8 ccache from PR so the main
branch can have more cache, as there's only 10G for each project
https://github.com/apache/incubator-gluten/actions/caches
--
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]