Skip to content

Commit a004535

Browse files
legendecasnodejs-github-bot
authored andcommitted
build: add temporal to linux GHA build
PR-URL: #60942 Refs: #60897 Refs: #58730 Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com>
1 parent e776946 commit a004535

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.github/workflows/test-linux.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ env:
3535
CC: sccache clang-19
3636
CXX: sccache clang++-19
3737
SCCACHE_GHA_ENABLED: 'true'
38+
RUSTC_VERSION: '1.82'
3839

3940
permissions:
4041
contents: read
@@ -56,6 +57,10 @@ jobs:
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:
@@ -68,7 +73,7 @@ jobs:
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

0 commit comments

Comments
 (0)