You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Execute the "bazel build -c opt //..." would faile.Because the link in the WORKSPACE file have been broken, and the
the download of dependent third-party compressed package will failed.
Type: bug report or feature request
Describe what happened (or what feature you want)
Describe what you expected to happen
How to reproduce it (as minimally and precisely as possible)
I've fixed some errors(e.g. Prefix "rules_foreign_cc-master" was given, but not found in the archive.) from BUILD and WORKSPACE,
but still hit below errors:
"no such package '@@bazel_tools//platforms': BUILD file not found in directory 'platforms' of external repository @@bazel_tools. Add a BUILD file to a directory to mark it as a package."
...
I also tried to build with CMAKE but hit other dependency related errors(e.g. libevent...) , still investigating on it.
In general, I think this project is fully unusable now untill all these dependency issues to be fixed.
Issue Description
Execute the "bazel build -c opt //..." would faile.Because the link in the WORKSPACE file have been broken, and the
the download of dependent third-party compressed package will failed.
Type: bug report or feature request
Describe what happened (or what feature you want)
Describe what you expected to happen
How to reproduce it (as minimally and precisely as possible)
Tell us your environment
Ubuntu18.04
Anything else we need to know?
@xcaspar @BlackImpl @dapingzhang @x-cold
The text was updated successfully, but these errors were encountered: