-
Notifications
You must be signed in to change notification settings - Fork 4.1k
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
Build file from git_repository not found #1075
Comments
This resulted from investigation of bazelbuild/rules_closure#9 |
This is kind of a duplicate of #855. Rules should generally be updated to use |
I think we can replace build_file to use label now that the machinery is On Wed, Mar 23, 2016 at 7:14 PM Kristina [email protected] wrote:
|
I've attached a zip file of a reproduction project with a readme that has the same content as below:
Build file not found
Currently (as of 2b8ae5b) there seems to be a problem with dependencies on projects that depend on external archives. Provided here is an example
project that can reproduce the problem.
Summary
in the workspace file of project B. It then looks for this build file in
the source tree of project A, and does not find it. The build fails because
the build file for project C cannot be found.
Run the following command to reproduce the issue:
bazel build //:main
missing_closure_library.zip
The text was updated successfully, but these errors were encountered: