Closed mxHoward closed 2 years ago
The readme first states cp bazelrc .bazelrc
. The errors you see is only during startup and should stop when everything is up and listening.
Anyway, I have started a work to bump to Ubuntu 22.04. Don't know if I'll manage to finish it today or if it will arrive next week.
Thank you for reporting!
Thank you for answering!
Turns out I forget to copy the bazelrc
content to .bazelrc
.
Thank you again!
Hi,
I tried to get started with the Recommended Setup:
run.sh
bash;.bazelrc
file;bazel build
command;And I got this error:
ERROR: Config value 'rbe-ubuntu-16-04' is not defined in any .rc file
Contents of
.bazelrc
file:Output of the
run.sh
script:My bazel version: 5.1.1 My OS info: Ubuntu 18.04 x86_64
Am I missing something out? Thanks in advance!!