-
-
Notifications
You must be signed in to change notification settings - Fork 34k
build: add temporal to linux GHA build #60942
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
|
Review requested:
|
be7436f to
2544f16
Compare
2544f16 to
19d6352
Compare
|
Shouldn't we add
dont-land-on-v25.x
|
Co-authored-by: Antoine du Hamel <[email protected]>
Line 2326 in fc996fd
And #60703 didn't mark with
dont-land-on-v25.x
So this should be able to land on v25.x |
|
Landed in e776946...253b16f |
PR-URL: #60942 Refs: #60897 Refs: #58730 Reviewed-By: Colin Ihrig <[email protected]> Reviewed-By: Antoine du Hamel <[email protected]>
PR-URL: #60942 Refs: #60897 Refs: #58730 Reviewed-By: Colin Ihrig <[email protected]> Reviewed-By: Antoine du Hamel <[email protected]>
PR-URL: #60942 Refs: #60897 Refs: #58730 Reviewed-By: Colin Ihrig <[email protected]> Reviewed-By: Antoine du Hamel <[email protected]>
PR-URL: #60942 Refs: #60897 Refs: #58730 Reviewed-By: Colin Ihrig <[email protected]> Reviewed-By: Antoine du Hamel <[email protected]>
|
I pushed v25.x-staging with this commit today and it failed: https://github.com/nodejs/node/actions/runs/19964374188/job/57252255440 |
Ah so temporal v0.1.0 requires https://chromium-review.googlesource.com/c/v8/v8/+/6944922, and it depends on #60111. |
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