Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit a004535

Browse filesBrowse 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
Copy full SHA for a004535

1 file changed

+6-1Lines changed: 6 additions & 1 deletion

File tree

Expand file treeCollapse file tree
Open diff view settings
Filter options
Expand file treeCollapse file tree
Open diff view settings
Collapse file

‎.github/workflows/test-linux.yml‎

Copy file name to clipboardExpand all lines: .github/workflows/test-linux.yml
+6-1Lines 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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.