-
Notifications
You must be signed in to change notification settings - Fork 29.7k
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
MacOS build fails #33401
Comments
The failure is because after fcc183c warnings are being treated as errors for non-deps code. The non-deps code was warning free at the beginning of the week -- unfortunately the V8 8.3 update landing has introduced new warnings, such as the one above (unfortunate in the sense that the actions/CI runs for the V8 update happened before we switched on the |
Can we do something apart from disabling |
This might be fixed by #32716 (which landed on the V8 canary branch)? cc @gengjiawen |
The quote above is from this guide. Is landing of PRs an automated process? If yes, can we somehow improve it as to avoid merging commits that don't pass CI test run? |
Yeap, need to cherrypick to master. |
It passed the CI, just not rebased to the latest. We always land commit with full |
PR: #33402 |
MacOS builds fail on CI
Examples:
https://github.com/nodejs/node/pull/33395/checks?check_run_id=673915168
https://github.com/nodejs/node/pull/33396/checks?check_run_id=673650394
https://github.com/nodejs/node/pull/33399/checks?check_run_id=674009996
The failure might be caused by this commit fcc183c. @richardlau is it OK that builds fail?
The text was updated successfully, but these errors were encountered: