You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I migrate to 8.0.0 and also 8.0.1rc1, it broke our build with the following error.
ERROR: /private/var/tmp/_bazel_nl/54456b41c0397f1af3a7ca068f37ad86/external/contrib_rules_jvm_deps/BUILD.bazel:3598:6: @@contrib_rules_jvm_deps//:pin: invalid label '@@rules_jvm_external~~maven~unpinned_contrib_rules_jvm_deps//:pin' in attribute 'actual' of 'alias': invalid repository name 'rules_jvm_external~~maven~unpinned_contrib_rules_jvm_deps': repo names may contain only A-Z, a-z, 0-9, '-', '_', '.' and '+'
Which category does this issue belong to?
No response
What's the simplest, easiest way to reproduce this bug? Please provide a minimal example if possible.
No response
Which operating system are you running Bazel on?
macos
What is the output of bazel info release?
8.0.0
If bazel info release returns development version or (@non-git), tell us how you built Bazel.
No response
What's the output of git remote get-url origin; git rev-parse HEAD ?
If this is a regression, please try to identify the Bazel commit where the bug was introduced with bazelisk --bisect.
No response
Have you found anything relevant by searching the web?
No response
Any other information, logs, or outputs that you want to share?
No response
The text was updated successfully, but these errors were encountered:
Description of the bug:
When I migrate to 8.0.0 and also 8.0.1rc1, it broke our build with the following error.
ERROR: /private/var/tmp/_bazel_nl/54456b41c0397f1af3a7ca068f37ad86/external/contrib_rules_jvm_deps/BUILD.bazel:3598:6: @@contrib_rules_jvm_deps//:pin: invalid label '@@rules_jvm_external~~maven~unpinned_contrib_rules_jvm_deps//:pin' in attribute 'actual' of 'alias': invalid repository name 'rules_jvm_external~~maven~unpinned_contrib_rules_jvm_deps': repo names may contain only A-Z, a-z, 0-9, '-', '_', '.' and '+'
Which category does this issue belong to?
No response
What's the simplest, easiest way to reproduce this bug? Please provide a minimal example if possible.
No response
Which operating system are you running Bazel on?
macos
What is the output of
bazel info release
?8.0.0
If
bazel info release
returnsdevelopment version
or(@non-git)
, tell us how you built Bazel.No response
What's the output of
git remote get-url origin; git rev-parse HEAD
?If this is a regression, please try to identify the Bazel commit where the bug was introduced with bazelisk --bisect.
No response
Have you found anything relevant by searching the web?
No response
Any other information, logs, or outputs that you want to share?
No response
The text was updated successfully, but these errors were encountered: