tools: update sccache to support GH cache changes
Refs: https://github.blog/changelog/2025-03-20-notification-of-upcoming-breaking-changes-in-github-actions/ Refs: https://github.com/mozilla/sccache/pull/2339 PR-URL: https://github.com/nodejs/node/pull/57573 Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Yagiz Nizipli <yagiz@nizipli.com>
This commit is contained in:
parent
a4f556fc36
commit
f960ee4ace
8
.github/workflows/build-tarball.yml
vendored
8
.github/workflows/build-tarball.yml
vendored
@ -50,9 +50,9 @@ jobs:
|
||||
with:
|
||||
python-version: ${{ env.PYTHON_VERSION }}
|
||||
- name: Set up sccache
|
||||
uses: mozilla-actions/sccache-action@054db53350805f83040bf3e6e9b8cf5a139aa7c9 # v0.0.7
|
||||
uses: Mozilla-Actions/sccache-action@65101d47ea8028ed0c98a1cdea8dd9182e9b5133 # v0.0.8
|
||||
with:
|
||||
version: v0.9.1
|
||||
version: v0.10.0
|
||||
- name: Environment Information
|
||||
run: npx envinfo
|
||||
- name: Make tarball
|
||||
@ -80,9 +80,9 @@ jobs:
|
||||
with:
|
||||
python-version: ${{ env.PYTHON_VERSION }}
|
||||
- name: Set up sccache
|
||||
uses: mozilla-actions/sccache-action@054db53350805f83040bf3e6e9b8cf5a139aa7c9 # v0.0.7
|
||||
uses: Mozilla-Actions/sccache-action@65101d47ea8028ed0c98a1cdea8dd9182e9b5133 # v0.0.8
|
||||
with:
|
||||
version: v0.8.1
|
||||
version: v0.10.0
|
||||
- name: Environment Information
|
||||
run: npx envinfo
|
||||
- name: Download tarball
|
||||
|
@ -56,9 +56,9 @@ jobs:
|
||||
with:
|
||||
python-version: ${{ env.PYTHON_VERSION }}
|
||||
- name: Set up sccache
|
||||
uses: mozilla-actions/sccache-action@054db53350805f83040bf3e6e9b8cf5a139aa7c9 # v0.0.7
|
||||
uses: Mozilla-Actions/sccache-action@65101d47ea8028ed0c98a1cdea8dd9182e9b5133 # v0.0.8
|
||||
with:
|
||||
version: v0.9.1
|
||||
version: v0.10.0
|
||||
- name: Environment Information
|
||||
run: npx envinfo
|
||||
- name: Install gcovr
|
||||
|
4
.github/workflows/coverage-linux.yml
vendored
4
.github/workflows/coverage-linux.yml
vendored
@ -56,9 +56,9 @@ jobs:
|
||||
with:
|
||||
python-version: ${{ env.PYTHON_VERSION }}
|
||||
- name: Set up sccache
|
||||
uses: mozilla-actions/sccache-action@054db53350805f83040bf3e6e9b8cf5a139aa7c9 # v0.0.7
|
||||
uses: Mozilla-Actions/sccache-action@65101d47ea8028ed0c98a1cdea8dd9182e9b5133 # v0.0.8
|
||||
with:
|
||||
version: v0.9.1
|
||||
version: v0.10.0
|
||||
- name: Environment Information
|
||||
run: npx envinfo
|
||||
- name: Install gcovr
|
||||
|
4
.github/workflows/test-linux.yml
vendored
4
.github/workflows/test-linux.yml
vendored
@ -50,9 +50,9 @@ jobs:
|
||||
with:
|
||||
python-version: ${{ env.PYTHON_VERSION }}
|
||||
- name: Set up sccache
|
||||
uses: mozilla-actions/sccache-action@054db53350805f83040bf3e6e9b8cf5a139aa7c9 # v0.0.7
|
||||
uses: Mozilla-Actions/sccache-action@65101d47ea8028ed0c98a1cdea8dd9182e9b5133 # v0.0.8
|
||||
with:
|
||||
version: v0.9.1
|
||||
version: v0.10.0
|
||||
- name: Environment Information
|
||||
run: npx envinfo
|
||||
- name: Build
|
||||
|
4
.github/workflows/test-macos.yml
vendored
4
.github/workflows/test-macos.yml
vendored
@ -58,9 +58,9 @@ jobs:
|
||||
- name: Set up Xcode ${{ env.XCODE_VERSION }}
|
||||
run: sudo xcode-select -s /Applications/Xcode_${{ env.XCODE_VERSION }}.app
|
||||
- name: Set up sccache
|
||||
uses: mozilla-actions/sccache-action@054db53350805f83040bf3e6e9b8cf5a139aa7c9 # v0.0.7
|
||||
uses: Mozilla-Actions/sccache-action@65101d47ea8028ed0c98a1cdea8dd9182e9b5133 # v0.0.8
|
||||
with:
|
||||
version: v0.9.1
|
||||
version: v0.10.0
|
||||
- name: Environment Information
|
||||
run: npx envinfo
|
||||
# The `npm ci` for this step fails a lot as part of the Test step. Run it
|
||||
|
Loading…
x
Reference in New Issue
Block a user