File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 4444 CXX : ${{ (github.base_ref == 'main' || github.ref_name == 'main') && 'sccache' || '' }} clang++-19
4545 SCCACHE_GHA_ENABLED : ${{ github.base_ref == 'main' || github.ref_name == 'main' }}
4646 SCCACHE_IDLE_TIMEOUT : ' 0'
47- RUSTC_VERSION : ' 1.82 '
47+ RUSTC_VERSION : ' 1.86 '
4848
4949permissions :
5050 contents : read
Original file line number Diff line number Diff line change 6666 PYTHON_VERSION : ' 3.14'
6767 XCODE_VERSION : ' 16.4'
6868 FLAKY_TESTS : keep_retrying
69- RUSTC_VERSION : ' 1.82 '
69+ RUSTC_VERSION : ' 1.86 '
7070
7171permissions :
7272 contents : read
Original file line number Diff line number Diff line change @@ -1048,8 +1048,8 @@ linking statically or dynamically with a version of [temporal\_rs](https://githu
10481048Temporal support is enabled by default starting in Node.js 26. Building it
10491049requires a Rust toolchain:
10501050
1051- * rustc >= 1.82 (with LLVM >= 19)
1052- * cargo >= 1.82
1051+ * rustc >= 1.86 (with LLVM >= 19)
1052+ * cargo >= 1.86
10531053
10541054If ` --v8-enable-temporal-support ` and ` --v8-disable-temporal-support ` are both
10551055omitted, ` configure.py ` probes for ` cargo ` and ` rustc ` . If either is missing,
Original file line number Diff line number Diff line change @@ -1579,8 +1579,8 @@ def check_compiler(o):
15791579 # cargo and rustc are needed for Temporal.
15801580 if not options .v8_disable_temporal_support and not options .shared_temporal_capi :
15811581 # Minimum cargo and rustc versions should match values in BUILDING.md.
1582- min_cargo_ver_tuple = (1 , 82 )
1583- min_rustc_ver_tuple = (1 , 82 )
1582+ min_cargo_ver_tuple = (1 , 86 )
1583+ min_rustc_ver_tuple = (1 , 86 )
15841584 cargo = os .environ .get ('CARGO' , 'cargo' )
15851585 cargo_ver = get_cargo_version (cargo )
15861586 print_verbose (f'Detected cargo (CARGO={ cargo } ): { cargo_ver } ' )
You can’t perform that action at this time.
0 commit comments