Skip to content

Commit

Permalink
chore(ci): Windows sccache (#1873)
Browse files Browse the repository at this point in the history
## Description

This enables sccache for the windows self-hosted runners, which are
now configured for this.

## Notes & open questions

See #1864

## Change checklist

- [x] Self-review.
- ~~Documentation updates if relevant.~~
- ~~Tests if relevant.~~
  • Loading branch information
flub authored Dec 11, 2023
1 parent 6433a66 commit 0d9ebea
Showing 1 changed file with 6 additions and 7 deletions.
13 changes: 6 additions & 7 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -112,11 +112,10 @@ jobs:
- name: windows-latest
os: windows
runner: [self-hosted, windows, x64]
# TODO: disabled, see below.
# env:
# # Using self-hosted runners so use local cache for sccache and
# # not SCCACHE_GHA_ENABLED.
# RUSTC_WRAPPER: "sccache"
env:
# Using self-hosted runners so use local cache for sccache and
# not SCCACHE_GHA_ENABLED.
RUSTC_WRAPPER: "sccache"
steps:
- name: Checkout
uses: actions/checkout@master
Expand Down Expand Up @@ -149,8 +148,8 @@ jobs:
# TODO: disabled while we do not have Powershell 7+ on the runner
# as default shell. See /~https://github.com/actions/toolkit/issues/1179
# - name: Install sccache
# uses: mozilla-actions/sccache-action@v0.0.3
- name: Install sccache
uses: mozilla-actions/sccache-action@v0.0.3

- uses: msys2/setup-msys2@v2

Expand Down

0 comments on commit 0d9ebea

Please sign in to comment.