File tree Expand file tree Collapse file tree 1 file changed +2
-10
lines changed Expand file tree Collapse file tree 1 file changed +2
-10
lines changed Original file line number Diff line number Diff line change 3434 uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
3535 with :
3636 fetch-depth : 2
37- - name : Setup ccache
38- uses : hendrikmuhs/ccache-action@a1209f81afb8c005c13b4296c32e363431bffea5 # v1.2.17
39- with :
40- variant : " sccache"
41- max-size : " 2000M"
4237 - name : Build and Test
4338 # Mark the job as a success even if the step fails so that people do
4439 # not get notified while the new premerge pipeline is in an
6762 # why we do not hardcode it.
6863 export SCCACHE_GCS_BUCKET=$CACHE_GCS_BUCKET
6964 export SCCACHE_GCS_RW_MODE=READ_WRITE
65+ sccache --start-server
7066
7167 ./.ci/monolithic-linux.sh "${projects_to_build}" "${project_check_targets}" "${runtimes_to_build}" "${runtimes_check_targets}" "${runtimes_check_targets_needs_reconfig}" "${enable_cir}"
7268 - name : Upload Artifacts
9288 uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
9389 with :
9490 fetch-depth : 2
95- - name : Setup ccache
96- uses : hendrikmuhs/ccache-action@a1209f81afb8c005c13b4296c32e363431bffea5 # v1.2.17
97- with :
98- variant : " sccache"
99- max-size : " 2000M"
10091 - name : Compute Projects
10192 id : vars
10293 run : |
@@ -121,6 +112,7 @@ jobs:
121112 call C:\\BuildTools\\Common7\\Tools\\VsDevCmd.bat -arch=amd64 -host_arch=amd64
122113 bash "export SCCACHE_GCS_BUCKET=$CACHE_GCS_BUCKET; \
123114 export SCCACHE_GCS_RW_MODE=READ_WRITE; \
115+ sccache --start-server; \
124116 .ci/monolithic-windows.sh \"${{ steps.vars.outputs.windows-projects }}\" \"${{ steps.vars.outputs.windows-check-targets }}\""
125117 - name : Upload Artifacts
126118 if : ' !cancelled()'
You can’t perform that action at this time.
0 commit comments