| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Sorry, something went wrong.
|
Review requested:
|
Sorry, something went wrong.
|
Shouldn't we add https://github.com/nodejs/node/labels/dont-land-on-v25%2ex as well? |
Sorry, something went wrong.
Co-authored-by: Antoine du Hamel <duhamelantoine1995@gmail.com>
temporal_capi is already in the V8 of v25.x branch: https://github.com/nodejs/node/blob/v25.x/deps/v8/BUILD.gn#L2326 Line 2326 in fc996fd And #60703 didn't mark with https://github.com/nodejs/node/labels/dont-land-on-v25%2ex. So this should be able to land on v25.x |
Sorry, something went wrong.
|
I pushed v25.x-staging with this commit today and it failed: https://github.com/nodejs/node/actions/runs/19964374188/job/57252255440 |
Sorry, something went wrong.
Ah so temporal v0.1.0 requires https://chromium-review.googlesource.com/c/v8/v8/+/6944922, and it depends on #60111. |
Sorry, something went wrong.
If opting into building Node.js with statically linked Temporal (`configure --v8-enable-temporal-support`), check for the presence of `cargo` and `rustc` and compare the detected versions against the documented toolchain versions in `BUILDING.md`. PR-URL: #61467 Refs: #60942 Reviewed-By: Juan José Arboleda <soyjuanarbol@gmail.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com> Reviewed-By: Chengzhong Wu <legendecas@gmail.com>
| Back | FazBrowse Home | New Git URL |
Ensure that the V8 temporal build is good. GitHub Action is easier to install rust toolchains, so we can start with GHA to test temporal builds.
This includes builds on ubuntu x64 and arm64.
Use rustc v1.82.0 as https://doc.rust-lang.org/beta/releases.html#version-1820-2024-10-17 noted that this is the oldest version support of llvm v19.
Refs: #60897
Refs: #58730