Skip to content

Commit 5d1b41a

Browse files
Fix things
1 parent 0c3429c commit 5d1b41a

File tree

1 file changed

+2
-10
lines changed

1 file changed

+2
-10
lines changed

.github/workflows/premerge.yaml

Lines changed: 2 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -34,11 +34,6 @@ jobs:
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
@@ -67,6 +62,7 @@ jobs:
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
@@ -92,11 +88,6 @@ jobs:
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()'

0 commit comments

Comments
 (0)