Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/cache-warm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ jobs:
- uses: ./.github/actions/setup-llvm22

- name: Install sccache
uses: mozilla-actions/sccache-action@v0.0.10
uses: mozilla-actions/sccache-action@v0.0.11

# Save the sccache disk cache under the SAME prefix test.yml restores
# (`sccache-<os>-perry-`). This runs on main, so the saved entry is
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/node-compat-matrix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ jobs:
- uses: ./.github/actions/setup-llvm22

- name: Start sccache
uses: mozilla-actions/sccache-action@v0.0.10
uses: mozilla-actions/sccache-action@v0.0.11

- uses: Swatinem/rust-cache@v2
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/node-suite-guard.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
- uses: ./.github/actions/setup-llvm22

- name: Start sccache
uses: mozilla-actions/sccache-action@v0.0.10
uses: mozilla-actions/sccache-action@v0.0.11

- uses: Swatinem/rust-cache@v2
with:
Expand Down
16 changes: 8 additions & 8 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -313,7 +313,7 @@ jobs:
- uses: ./.github/actions/setup-llvm22

- name: Install sccache
uses: mozilla-actions/sccache-action@v0.0.10
uses: mozilla-actions/sccache-action@v0.0.11

# Same tarball'd-disk-cache pattern as api-docs-drift (see the comment
# there for why SCCACHE_GHA_ENABLED is off).
Expand Down Expand Up @@ -383,7 +383,7 @@ jobs:
- uses: ./.github/actions/setup-llvm22

- name: Install sccache
uses: mozilla-actions/sccache-action@v0.0.10
uses: mozilla-actions/sccache-action@v0.0.11

- name: Cache sccache objects
uses: actions/cache@v6
Expand Down Expand Up @@ -451,7 +451,7 @@ jobs:
- uses: ./.github/actions/setup-llvm22

- name: Install sccache
uses: mozilla-actions/sccache-action@v0.0.10
uses: mozilla-actions/sccache-action@v0.0.11

# Persist the sccache disk cache across runs. The github.job +
# github.run_id key makes every run (including PRs) save its own fresh
Expand Down Expand Up @@ -562,7 +562,7 @@ jobs:
- uses: ./.github/actions/setup-llvm22

- name: Install sccache
uses: mozilla-actions/sccache-action@v0.0.10
uses: mozilla-actions/sccache-action@v0.0.11

# Persist the sccache disk cache across runs. The github.job +
# github.run_id key makes every run (including PRs) save its own fresh
Expand Down Expand Up @@ -822,7 +822,7 @@ jobs:

- name: Install sccache
if: steps.scope.outputs.suites != ''
uses: mozilla-actions/sccache-action@v0.0.10
uses: mozilla-actions/sccache-action@v0.0.11

- name: Cache sccache objects
if: steps.scope.outputs.suites != ''
Expand Down Expand Up @@ -1161,7 +1161,7 @@ jobs:
- uses: ./.github/actions/setup-llvm22

- name: Install sccache
uses: mozilla-actions/sccache-action@v0.0.10
uses: mozilla-actions/sccache-action@v0.0.11

# Persist the sccache disk cache across runs. The github.job +
# github.run_id key makes every run (including PRs) save its own fresh
Expand Down Expand Up @@ -1338,7 +1338,7 @@ jobs:
- uses: ./.github/actions/setup-llvm22

- name: Install sccache
uses: mozilla-actions/sccache-action@v0.0.10
uses: mozilla-actions/sccache-action@v0.0.11

- name: Cache sccache objects
uses: actions/cache@v6
Expand Down Expand Up @@ -1495,7 +1495,7 @@ jobs:
- uses: ./.github/actions/setup-llvm22

- name: Install sccache
uses: mozilla-actions/sccache-action@v0.0.10
uses: mozilla-actions/sccache-action@v0.0.11

- name: Cache sccache objects
uses: actions/cache@v6
Expand Down
Loading