| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -35,6 +35,7 @@ env: | |||
| 35 | 35 | CC: sccache clang-19 | |
| 36 | 36 | CXX: sccache clang++-19 | |
| 37 | 37 | SCCACHE_GHA_ENABLED: 'true' | |
| 38 | + RUSTC_VERSION: '1.82' | ||
| 38 | 39 | ||
| 39 | 40 | permissions: | |
| 40 | 41 | contents: read | |
@@ -56,6 +57,10 @@ jobs: | |||
| 56 | 57 | uses: ./node/.github/actions/install-clang | |
| 57 | 58 | with: | |
| 58 | 59 | clang-version: ${{ env.CLANG_VERSION }} | |
| 60 | + - name: Install Rust ${{ env.RUSTC_VERSION }} | ||
| 61 | + run: | | ||
| 62 | + rustup override set "$RUSTC_VERSION" | ||
| 63 | + rustup --version | ||
| 59 | 64 | - name: Set up Python ${{ env.PYTHON_VERSION }} | |
| 60 | 65 | uses: actions/setup-python@83679a892e2d95755f2dac6acb0bfd1e9ac5d548 # v6.1.0 | |
| 61 | 66 | with: | |
@@ -68,7 +73,7 @@ jobs: | |||
| 68 | 73 | - name: Environment Information | |
| 69 | 74 | run: npx envinfo | |
| 70 | 75 | - name: Build | |
| 71 | - run: make -C node build-ci -j4 V=1 CONFIG_FLAGS="--error-on-warn" | ||
| 76 | + run: make -C node build-ci -j4 V=1 CONFIG_FLAGS="--error-on-warn --v8-enable-temporal-support" | ||
| 72 | 77 | - name: Test | |
| 73 | 78 | run: make -C node run-ci -j4 V=1 TEST_CI_ARGS="-p actions --measure-flakiness 9" | |
| 74 | 79 | - name: Re-run test in a folder whose name contains unusual chars | |
| Back | FazBrowse Home | New Git URL |
0 commit comments