-
Notifications
You must be signed in to change notification settings - Fork 18
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
LocalErrorResultStatus: path is not under exec_root #23
Comments
@MikeS-rec has been looking into cross compilation for Chrome. Mike - thoughts? |
Can you try adding this to your gn.args? rbe_exec_root="C:\" It's not an ideal solution (it might make getting remote cache hits less likely due to differences in paths to the chromium checkout across machines), but it would set the execution root to the root of the drive, so the build should be able to pick up the stuff in the visual studio directories. Edit: And sorry for the long delay in responding! |
Reassigning to you @kschzt to confirm if Mike's suggestion above works. |
Closing this out due to lack of response. Feel free to reopen if you are still blocked by this. |
Hello @gkousik @MikeS-rec ! I am currently facing a similar problem. Since this one is closed, I filed a new issue here - #34. Would you be able to help out? Thank you! |
Thank you |
Trying to cross-compile Chromium on Linux for Windows, with buildbarn as RBE.
My clang-cl config is:
The build fails (and wrapper is never called) with:
reclient[0e87d98a-887e-4286-bbda-43679fbb76de]: LocalErrorResultStatus: path C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.37.32822\include is not under C:\src\chromium\src\
When building with goma, goma moves the SDK among other dependencies to the CAS before running the action. What am I missing? TIA
The text was updated successfully, but these errors were encountered: