Reputation: 1
I met following error:
ERROR: /home/lemito/cpp-starter-kit/cpp/sources/clo/BUILD:35:19: no such package '@com_google_javascript_closure_library//closure/goog/soy': BUILD file not found in directory 'closure/goog/soy' of external repository @com_google_javascript_closure_library. Add a BUILD file to a directory to mark it as a package. and referenced by '//sources/clo:greeter_lib' ERROR: Analysis of target '//sources/clo:greeter_lib' failed; build aborted: Analysis failed
My files: https://github.com/lemito/my-monorepo (github | project in sources/clo)
I tried changing the loading of external dependencies from http to git
Upvotes: 0
Views: 26