[go: nahoru, domu]

Skip to content
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

bazel fetch is broken #822

Open
dmitri-d opened this issue May 20, 2021 · 1 comment
Open

bazel fetch is broken #822

dmitri-d opened this issue May 20, 2021 · 1 comment

Comments

@dmitri-d
Copy link

c1589b5 commit broke bazel fetch, which makes offline builds impossible.

to reproduce:

  • add emsdk http_archive to WORKSPACE,
  • execute bazel fetch //... or bazel fetch @<name_given_to_emsdk_dependency>//...

Error produced:

error loading package '@emscripten_toolchain//bazel/hello-world': Label '@emscripten_toolchain//emscripten_toolchain:wasm_rules.bzl' is invalid because 'emscripten_toolchain' is not a package; perhaps you meant to put the colon here: '@emscripten_toolchain//:emscripten_toolchain/wasm_rules.bzl'?

bazel attempts to discover all transient dependencies, but fails when evaluating package names under bazel dir.

@sbc100
Copy link
Collaborator
sbc100 commented May 20, 2021

@celentes ?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants