Skip to content

Commit

Permalink
fix(ci): avoid sccache on linux aarch64 builds (n0-computer#1762)
Browse files Browse the repository at this point in the history
## Description

No sccache release binaries for linux aarch64 available, and self
building is worse for perf.

## Notes & open questions

<!-- Any notes, remarks or open questions you have to make about the PR.
-->

## Change checklist

- [ ] Self-review.
- [ ] Documentation updates if relevant.
- [ ] Tests if relevant.
  • Loading branch information
Arqu authored and divagant-martian committed Oct 31, 2023
1 parent 0526e08 commit 7b57b05
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -210,6 +210,7 @@ jobs:
rustup toolchain install ${{ matrix.rust }}
- name: Run sccache-cache
if: matrix.release-os != 'linux' && matrix.release-arch != 'aarch64'
uses: mozilla-actions/[email protected]

- name: build release
Expand Down

0 comments on commit 7b57b05

Please sign in to comment.