Fail to build on Linux due to 404 from mirror.bazel.build #1779
-
I'm trying to build carbon-lang following the guide of README, but replace The
The URLs given by the log does return HTTP 404. How can I solve this problem? Should I switch to another Bazel version? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
The mirror issues are warnings, not errors. The first error is here:
From this, I can observe that you're using a system install of LLVM v6. This is old, and also doesn't match our install advice. |
Beta Was this translation helpful? Give feedback.
The mirror issues are warnings, not errors. The first error is here:
From this, I can observe that you're using a system install of LLVM v6. This is old, and also doesn't match our install advice.
Please see: https://github.com/carbon-language/carbon-lang/blob/trunk/docs/project/contribution_tool…