File tree Expand file tree Collapse file tree 1 file changed +1
-12
lines changed Expand file tree Collapse file tree 1 file changed +1
-12
lines changed Original file line number Diff line number Diff line change @@ -177,8 +177,7 @@ jobs:
177177 build-release-package :
178178 name : " Build Release Package"
179179 needs : prepare
180- if : >-
181- github.repository == 'llvm/llvm-project'
180+ if : github.repository == 'llvm/llvm-project'
182181 runs-on : ${{ needs.prepare.outputs.build-runs-on }}
183182 steps :
184183
@@ -345,16 +344,6 @@ jobs:
345344 with :
346345 previous-artifact : build-release-package
347346
348- # Need sccache installed, because some stage1 objects are being built for the tests.
349- # FIXME: This probably shouldn't be happening.
350- - name : Setup sccache
351- uses : hendrikmuhs/ccache-action@ca3acd2731eef11f1572ccb126356c2f9298d35e # v1.2.9
352- with :
353- # Default to 2G to workaround: https://github.com/hendrikmuhs/ccache-action/issues/174
354- max-size : 2G
355- key : sccache-${{ runner.os }}-${{ runner.arch }}-release
356- variant : sccache
357-
358347 - name : Run Tests
359348 shell : bash
360349 run : |
You can’t perform that action at this time.
0 commit comments