-
Notifications
You must be signed in to change notification settings - Fork 483
no such package '@io_bazel_rules_rust//rust #103
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
Comments
|
Hmm ... looks like something didn't go right: from
|
@satori-fredrik did you get past this? I think this is a more general bazel + docker issue, and I'm not familiar with the latter. |
Any updates here? |
Gonna close this for now since the workspace has been renamed in #500 If there are any more issues, please don't hesitate to reopen this or create a new issue. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I wanted to run some of the rust examples in a docker container, built using bazel, but get:
I also get the following from time to time, dunno what that's about:
My current setup:
Am using local docker image
FROM alpine:3.8
usingglibc 2.27-r0
,jdk1.8.0_172
,bazel-0.15.0-dist
/workspace
:/workspace/WORKSPACE
:/workspace/tutor/BUILD
:/workspace/tutor/src/main.rs
:The text was updated successfully, but these errors were encountered: