-
Notifications
You must be signed in to change notification settings - Fork 82
fix: migrate reclient users to siso #767
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
dsanders11
left a comment
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.
@codebytere, in my testing use_remoteexec = true is still needed or the build won't work. I pushed some commits which back out that part of the change, also change the e-init defaults, and update the tests. 👍
jkleinsc
left a comment
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.
We should explicitly set use_reclient to false when using siso because autoninja does some weird hybrid siso/reclient otherwise.
Co-authored-by: John Kleinschmidt <jkleinsc@electronjs.org>
Co-authored-by: John Kleinschmidt <jkleinsc@electronjs.org>
Co-authored-by: John Kleinschmidt <jkleinsc@electronjs.org>
Reclient is disabled - everyone should be using either
noneorsisoat this point.