| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent 3ab9dd8 commit f212aee
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -68,6 +68,7 @@ env: | |||
| 68 | 68 | PYTHON_VERSION: '3.14' | |
| 69 | 69 | XCODE_VERSION: '16.4' | |
| 70 | 70 | FLAKY_TESTS: keep_retrying | |
| 71 | + RUSTC_VERSION: '1.82' | ||
| 71 | 72 | ||
| 72 | 73 | permissions: | |
| 73 | 74 | contents: read | |
@@ -95,6 +96,10 @@ jobs: | |||
| 95 | 96 | allow-prereleases: true | |
| 96 | 97 | - name: Set up Xcode ${{ env.XCODE_VERSION }} | |
| 97 | 98 | run: sudo xcode-select -s /Applications/Xcode_${{ env.XCODE_VERSION }}.app | |
| 99 | + - name: Install Rust ${{ env.RUSTC_VERSION }} | ||
| 100 | + run: | | ||
| 101 | + rustup override set "$RUSTC_VERSION" | ||
| 102 | + rustup --version | ||
| 98 | 103 | - name: Set up sccache | |
| 99 | 104 | uses: Mozilla-Actions/sccache-action@7d986dd989559c6ecdb630a3fd2557667be217ad # v0.0.9 | |
| 100 | 105 | with: | |
@@ -124,7 +129,7 @@ jobs: | |||
| 124 | 129 | df -h | |
| 125 | 130 | echo "::endgroup::" | |
| 126 | 131 | - name: Build | |
| 127 | - run: make -C node build-ci -j$(getconf _NPROCESSORS_ONLN) V=1 CONFIG_FLAGS="--error-on-warn" | ||
| 132 | + run: make -C node build-ci -j$(getconf _NPROCESSORS_ONLN) V=1 CONFIG_FLAGS="--error-on-warn --v8-enable-temporal-support" | ||
| 128 | 133 | - name: Free Space After Build | |
| 129 | 134 | run: df -h | |
| 130 | 135 | - name: Test | |
| Back | FazBrowse Home | New Git URL |
0 commit comments