-
Notifications
You must be signed in to change notification settings - Fork 29.6k
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
v8-canary builds do not include linux-amd64 arch recently #22757
Comments
@aalexand it's currently broken, see nodejs/node-v8#77 |
@richardlau nodejs/node-v8#77 is marked as fixed now, but there are still no canary builds with linux-amd64 bits included. Actually, now the latest canary build at https://nodejs.org/download/v8-canary/ seems to be from 10-Sep-2018 which is more than 2 weeks ago, is that expected? |
AFAIU soon after we merged V8 7.0 to master, we bumped our canary-base to 7.1. As for the original missing linux-amd64 build, nodejs/node-v8#77 was fixed just before we switched to 7.1, so we might have not ported that fix to the canary branch. tl;dr we are not missing anything, since nothing new was done on the canary branch, and the nightly master builds are based on V8 7.0 which is even not "stable" yet, so they are king of bleeding-edge anyway. |
#22920 landed, so they are back https://nodejs.org/download/v8-canary/v11.0.0-v8-canary201810059c29459c41/ everything but smartOS. |
Looking at recent v8-canary builds like https://nodejs.org/download/v8-canary/v11.0.0-v8-canary20180906f69ce875ca/, I don't see linux-amd64 arch present, is that intended?
@ofrobots @nolanmar511 FYI
The text was updated successfully, but these errors were encountered: