-
Notifications
You must be signed in to change notification settings - Fork 68
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
Readme instructions related to RBE will only work on Linux #19
Comments
I have different problem, but it also related to non-Linux deployment. First, I run the local docker compose on MacOS Catalina 10.15.5:
From the another terminal I run the build:
What to adjust to make it work? |
@MikhailTymchukFT - First of all, can you redeploy and make sure you wait until this line has completed:
Try again, it will probably still fail. If it does, you could try this. Remove the following lines from the config and redeploy: And also comment out lines 4, 8 and and 11 from your
|
Huh? Why would you remove those lines entirely? @MikhailTymchukFT I would suggest that you edit both config/worker-ubuntu16-04.jsonnet and docker-compose.yml. In both those files, you will find a reference to a container image called Just copy-paste the |
Just to remove the variable of the |
@EdSchouten Cool, it works! However, I have another issue, not completely related to Buildbarn. Then I upgraded to Bazel 2.1.1 and built again. I saw a new message:
Seems like I continue to use bazel_toolchains 10.0.0 config version, but Bazel 2.1.1 can use both 10.0.0 and 11.0.0:
How can I switch to 11.0.0? More specifically, I want to get rid of this debug message, is it the right way to do? |
Seems like the problem was solved. |
Currently the README states that one can use the RBE container image by using the
rbe_autoconfig
rule from bazel-toolchains. However, this will only work when running on Linux, otherwise failing the build:The text was updated successfully, but these errors were encountered: