Skip to content

Commit c771fb3

Browse files
committed
Typo fix and drop sccache from test stage
1 parent 4fd65fb commit c771fb3

File tree

1 file changed

+1
-12
lines changed

1 file changed

+1
-12
lines changed

.github/workflows/release-binaries.yml

Lines changed: 1 addition & 12 deletions
Original file line numberDiff line numberDiff 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: |

0 commit comments

Comments
 (0)