| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent 9167ebd commit 7aff78d
8 files changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -120,7 +120,7 @@ jobs: | |||
| 120 | 120 | if: github.base_ref == 'main' || github.ref_name == 'main' | |
| 121 | 121 | uses: Mozilla-Actions/sccache-action@fc920bf0ec8de6ee65d409111f7ec508035751ba # v0.0.11 | |
| 122 | 122 | with: | |
| 123 | - version: v0.16.0 | ||
| 123 | + version: v0.17.0 | ||
| 124 | 124 | - name: Download tarball | |
| 125 | 125 | uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8.0.1 | |
| 126 | 126 | with: | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -66,7 +66,7 @@ jobs: | |||
| 66 | 66 | if: github.base_ref == 'main' || github.ref_name == 'main' | |
| 67 | 67 | uses: Mozilla-Actions/sccache-action@fc920bf0ec8de6ee65d409111f7ec508035751ba # v0.0.11 | |
| 68 | 68 | with: | |
| 69 | - version: v0.16.0 | ||
| 69 | + version: v0.17.0 | ||
| 70 | 70 | - name: Install gcovr | |
| 71 | 71 | run: pip install gcovr==7.2 | |
| 72 | 72 | - name: Configure | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -66,7 +66,7 @@ jobs: | |||
| 66 | 66 | if: github.base_ref == 'main' || github.ref_name == 'main' | |
| 67 | 67 | uses: Mozilla-Actions/sccache-action@fc920bf0ec8de6ee65d409111f7ec508035751ba # v0.0.11 | |
| 68 | 68 | with: | |
| 69 | - version: v0.16.0 | ||
| 69 | + version: v0.17.0 | ||
| 70 | 70 | - name: Install gcovr | |
| 71 | 71 | run: pip install gcovr==7.2 | |
| 72 | 72 | - name: Configure | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -78,7 +78,7 @@ jobs: | |||
| 78 | 78 | - name: Set up sccache | |
| 79 | 79 | uses: Mozilla-Actions/sccache-action@fc920bf0ec8de6ee65d409111f7ec508035751ba # v0.0.11 | |
| 80 | 80 | with: | |
| 81 | - version: v0.16.0 | ||
| 81 | + version: v0.17.0 | ||
| 82 | 82 | # This is needed due to https://github.com/nodejs/build/issues/3878 | |
| 83 | 83 | - name: Cleanup | |
| 84 | 84 | if: runner.os == 'macOS' | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -63,7 +63,7 @@ jobs: | |||
| 63 | 63 | if: github.base_ref == 'main' || github.ref_name == 'main' | |
| 64 | 64 | uses: Mozilla-Actions/sccache-action@fc920bf0ec8de6ee65d409111f7ec508035751ba # v0.0.11 | |
| 65 | 65 | with: | |
| 66 | - version: v0.16.0 | ||
| 66 | + version: v0.17.0 | ||
| 67 | 67 | - name: Build | |
| 68 | 68 | run: make build-ci -j4 V=1 CONFIG_FLAGS="--error-on-warn" | |
| 69 | 69 | - name: Test Internet | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -68,7 +68,7 @@ jobs: | |||
| 68 | 68 | if: github.base_ref == 'main' || github.ref_name == 'main' | |
| 69 | 69 | uses: Mozilla-Actions/sccache-action@fc920bf0ec8de6ee65d409111f7ec508035751ba # v0.0.11 | |
| 70 | 70 | with: | |
| 71 | - version: v0.16.0 | ||
| 71 | + version: v0.17.0 | ||
| 72 | 72 | - name: Build | |
| 73 | 73 | working-directory: node | |
| 74 | 74 | run: make build-ci -j4 V=1 CONFIG_FLAGS="--error-on-warn --v8-enable-temporal-support --experimental-quic" | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -79,7 +79,7 @@ jobs: | |||
| 79 | 79 | if: github.base_ref == 'main' || github.ref_name == 'main' | |
| 80 | 80 | uses: Mozilla-Actions/sccache-action@fc920bf0ec8de6ee65d409111f7ec508035751ba # v0.0.11 | |
| 81 | 81 | with: | |
| 82 | - version: v0.16.0 | ||
| 82 | + version: v0.17.0 | ||
| 83 | 83 | - name: Build | |
| 84 | 84 | working-directory: node | |
| 85 | 85 | run: make build-ci -j4 V=1 CONFIG_FLAGS="--error-on-warn --v8-enable-temporal-support" | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -102,7 +102,7 @@ jobs: | |||
| 102 | 102 | if: github.base_ref == 'main' || github.ref_name == 'main' | |
| 103 | 103 | uses: Mozilla-Actions/sccache-action@fc920bf0ec8de6ee65d409111f7ec508035751ba # v0.0.11 | |
| 104 | 104 | with: | |
| 105 | - version: v0.16.0 | ||
| 105 | + version: v0.17.0 | ||
| 106 | 106 | # The `npm ci` for this step fails a lot as part of the Test step. Run it | |
| 107 | 107 | # now so that we don't have to wait 2 hours for the Build step to pass | |
| 108 | 108 | # first before that failure happens. (And if there's something about | |
| Back | FazBrowse Home | New Git URL |
0 commit comments