-
Notifications
You must be signed in to change notification settings - Fork 380
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
Cannot run build when depending on opencensus stackdriver #498
Comments
cc @Globegitter |
I had a bit of a look into it and it seems indeed that gazelle is not adding a necessary dependency to the build file. If I manually add |
Sorry to take so long to look at this. Things are really busy with the upcoming Go 1.13 code freeze. The problem is that If you want to use the If you want to use the pre-generated Go code in this repository, add |
Gazelle considers most errors non-fatal. It prints warnings and exits 0. go_repository should at least print these. Updates bazel-contrib#498, but this is by no means a complete solution.
Gazelle considers most errors non-fatal. It prints warnings and exits 0. go_repository should at least print these. Updates #498, but this is by no means a complete solution.
Build version:
0.23.2-homebrew
Gazelle: commit
63ddd72aa315d020456f1a96bc6fcca9405810cb
rules_gl:
0.18.3
Depending on
"contrib.go.opencensus.io/exporter/stackdriver"
causes build to fail.Example repo: https://github.com/creedasaurus/bazeltest
To reproduce run:
^(to show the binary builds using the go tools fine)
Output:
Long debug output:
The text was updated successfully, but these errors were encountered: