-
Notifications
You must be signed in to change notification settings - Fork 31
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 fails when using the protobuf.js library #45
Comments
Looking into it. Looks like you are on darwin, yes? What bazel version? |
I'm on darwin, bazel 0.7.0.
|
Can also confirm that it fails with the same error on ubuntu, with bazel 0.7.0. |
Hmm. I wasn't able to repro this. I added #46, let's see what travis thinks. |
You got the wrong library in #46. The dependency should be |
@rohanag12 OK, thanks for clearing that up. I'll abandon #46 and we'll keep going with #47 and #48. |
The library: protobuf.js
To reproduce (Using the latest commit to this repo):
WORKSPACE
BUILD
index.js
bazel build //...
The
protobuf.js
library installs fine when using this library from commit dc9f8ba73f007a5eb3e57668e77082188c1ce219.The text was updated successfully, but these errors were encountered: