-
Notifications
You must be signed in to change notification settings - Fork 244
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
Add remote RPC for backward compatibility of testing #1283
base: master
Are you sure you want to change the base?
Conversation
|
That's strange, I'm using M2 Pro currently and I don't have the same issue. Will have to investigate further. |
it's really weird, I couldn't figure out the cause of the issue, but it keeps happening all the time, we might consider creating another PR for this anyway, the purpose of this RP is to provide the remote CI RPC option and let developers choose |
Pre-flight checklist
pnpm changeset
to create achangeset
JSON document appropriate for this change.Motivation
Although the migration to near-workspaces for testing was a great idea (#1211), it doesn't work on M1 chips as expected, causing a lot of WasmerCompileErrors
This Pull Request extends the testing configuration file with the previous remote RPC option available by another key
remote_ci
, so developers will be able to decide on their own which option to use just by adjustingNODE_ENV
environment variableTest Plan
Related issues/PRs
#1211