Unexpected builtin dependencies being loaded #24871
Labels
team-ExternalDeps
External dependency handling, remote repositiories, WORKSPACE file.
type: bug
untriaged
Description of the bug:
I noticed on bazelbuild/rules_rust#3077 that one of the extensions fails with references to
rules_foreign_cc
whichrules_rust
does not use (to my knowledge) for any dependencies.https://buildkite.com/bazel/rules-rust-rustlang/builds/13675#0194496d-7d43-4239-a8b9-bf9b265ad98d
Note that
rules_rust
uses--incompatible_autoload_externally=
I ran
bazel build --experimental_repository_resolved_file=resolved.json //...
and found the following entry:Why would this be showing up at all?
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.
extensions/prost
bazel test //...
Which operating system are you running Bazel on?
Linux, Macos, Windows
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
?No response
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: