-
Notifications
You must be signed in to change notification settings - Fork 6.8k
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
build: downgrade bazel nodejs version to work with m1 #24616
build: downgrade bazel nodejs version to work with m1 #24616
Conversation
The `16.14.0` NodeJS version is not provided in the Bazel NodeJS rules and we cannot update since FW is blocked on the rules_nodejs v5 update..
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
If I bump to "@bazel/ibazel": "0.16.2",
, then this does fix it and I can run the dev-app
build on my m1 mac.
While I can run the build, it does end up failing far into the build:
|
It looks like that was a flake! Running |
Confirming that I was also able to run the following on my m1Max
|
The `16.14.0` NodeJS version is not provided in the Bazel NodeJS rules and we cannot update since FW is blocked on the rules_nodejs v5 update.. (cherry picked from commit 620e0cb)
The `16.14.0` NodeJS version is not provided in the Bazel NodeJS rules and we cannot update since FW is blocked on the rules_nodejs v5 update..
This issue has been automatically locked due to inactivity. Read more about our automatic conversation locking policy. This action has been performed automatically by a bot. |
The
16.14.0
NodeJS version is not provided in the Bazel NodeJSrules and we cannot update since FW is blocked on the rules_nodejs
v5 update..