-
-
Notifications
You must be signed in to change notification settings - Fork 661
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
rules_go query breaks on github.com/cloudflare/cfssl/ on macOS #175
Comments
Ah, now that I think about it, this is maybe a bazel problem? It only occurs when querying for all of the targets in that external repo.
|
There's an open bug for this in the master bazel repo, see bazelbuild/bazel#552. |
bazel gets tripped up by files or directories named 'build' on On Thu, Oct 27, 2016 at 11:26 PM, Jeff Hodges [email protected]
|
When using cloudflare/cfssl in new_go_repository, rules_go sees the script/build bash shell script and breaks. This happens only on case-insensitive file systems like macOS's.
Interestingly, there is no Go code in that package, so if rules_go was able to figure out that it wasn't a real BUILD file, or delay processing the BUILD file until after it found all the go packages in the repo, the problem might be fixable without also having to way for the bazel
BUILD.bazel
change to happen.The text was updated successfully, but these errors were encountered: