mirror of
https://github.com/nodejs/node.git
synced 2025-12-28 07:50:41 +00:00
tools: update sccache to v0.12.0
PR-URL: https://github.com/nodejs/node/pull/60723 Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de> Reviewed-By: Yagiz Nizipli <yagiz@nizipli.com>
This commit is contained in:
parent
6f0d104f9d
commit
4f1ab8cc26
2
.github/workflows/build-tarball.yml
vendored
2
.github/workflows/build-tarball.yml
vendored
@ -89,7 +89,7 @@ jobs:
|
||||
- name: Set up sccache
|
||||
uses: Mozilla-Actions/sccache-action@7d986dd989559c6ecdb630a3fd2557667be217ad # v0.0.9
|
||||
with:
|
||||
version: v0.10.0
|
||||
version: v0.12.0
|
||||
- name: Environment Information
|
||||
run: npx envinfo
|
||||
- name: Download tarball
|
||||
|
||||
@ -64,7 +64,7 @@ jobs:
|
||||
- name: Set up sccache
|
||||
uses: Mozilla-Actions/sccache-action@7d986dd989559c6ecdb630a3fd2557667be217ad # v0.0.9
|
||||
with:
|
||||
version: v0.10.0
|
||||
version: v0.12.0
|
||||
- name: Environment Information
|
||||
run: npx envinfo
|
||||
- name: Install gcovr
|
||||
|
||||
2
.github/workflows/coverage-linux.yml
vendored
2
.github/workflows/coverage-linux.yml
vendored
@ -64,7 +64,7 @@ jobs:
|
||||
- name: Set up sccache
|
||||
uses: Mozilla-Actions/sccache-action@7d986dd989559c6ecdb630a3fd2557667be217ad # v0.0.9
|
||||
with:
|
||||
version: v0.10.0
|
||||
version: v0.12.0
|
||||
- name: Environment Information
|
||||
run: npx envinfo
|
||||
- name: Install gcovr
|
||||
|
||||
2
.github/workflows/test-internet.yml
vendored
2
.github/workflows/test-internet.yml
vendored
@ -61,7 +61,7 @@ jobs:
|
||||
- name: Set up sccache
|
||||
uses: Mozilla-Actions/sccache-action@7d986dd989559c6ecdb630a3fd2557667be217ad # v0.0.9
|
||||
with:
|
||||
version: v0.10.0
|
||||
version: v0.12.0
|
||||
- name: Environment Information
|
||||
run: npx envinfo
|
||||
- name: Build
|
||||
|
||||
2
.github/workflows/test-linux.yml
vendored
2
.github/workflows/test-linux.yml
vendored
@ -64,7 +64,7 @@ jobs:
|
||||
- name: Set up sccache
|
||||
uses: Mozilla-Actions/sccache-action@7d986dd989559c6ecdb630a3fd2557667be217ad # v0.0.9
|
||||
with:
|
||||
version: v0.10.0
|
||||
version: v0.12.0
|
||||
- name: Environment Information
|
||||
run: npx envinfo
|
||||
- name: Build
|
||||
|
||||
2
.github/workflows/test-macos.yml
vendored
2
.github/workflows/test-macos.yml
vendored
@ -65,7 +65,7 @@ jobs:
|
||||
- name: Set up sccache
|
||||
uses: Mozilla-Actions/sccache-action@7d986dd989559c6ecdb630a3fd2557667be217ad # v0.0.9
|
||||
with:
|
||||
version: v0.10.0
|
||||
version: v0.12.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…
Reference in New Issue
Block a user