File tree Expand file tree Collapse file tree 1 file changed +6
-1
lines changed
Expand file tree Collapse file tree 1 file changed +6
-1
lines changed Original file line number Diff line number Diff line change 3535 CC : sccache clang-19
3636 CXX : sccache clang++-19
3737 SCCACHE_GHA_ENABLED : ' true'
38+ RUSTC_VERSION : ' 1.82'
3839
3940permissions :
4041 contents : read
5657 uses : ./node/.github/actions/install-clang
5758 with :
5859 clang-version : ${{ env.CLANG_VERSION }}
60+ - name : Install Rust ${{ env.RUSTC_VERSION }}
61+ run : |
62+ rustup override set "$RUSTC_VERSION"
63+ rustup --version
5964 - name : Set up Python ${{ env.PYTHON_VERSION }}
6065 uses : actions/setup-python@83679a892e2d95755f2dac6acb0bfd1e9ac5d548 # v6.1.0
6166 with :
6873 - name : Environment Information
6974 run : npx envinfo
7075 - 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 "
7277 - name : Test
7378 run : make -C node run-ci -j4 V=1 TEST_CI_ARGS="-p actions --measure-flakiness 9"
7479 - name : Re-run test in a folder whose name contains unusual chars
You can’t perform that action at this time.
0 commit comments