Status output of eagerly loaded repository rule not seen in Bazel 6 when running bazel build #16978
Labels
team-ExternalDeps
External dependency handling, remote repositiories, WORKSPACE file.
type: bug
untriaged
Description of the bug:
The status of repository rules that are eagerly loaded in the WORKSPACE file are not seen
when running
bazel build
What's the simplest, easiest way to reproduce this bug? Please provide a minimal example if possible.
Clone https://github.com/gregmagolan/bazel_6_repo_terminal_output_repro and run
./repro.sh
Which operating system are you running Bazel on?
Observed on MacOS and Ubuntu
What is the output of
bazel info release
?release 6.0.0rc4
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 master; git rev-parse HEAD
?Have you found anything relevant by searching the web?
Nothing
Any other information, logs, or outputs that you want to share?
This issue affects the DX of the rules_js
npm_translate_lock
repository rule since when this invalidates it can take a noticeable amount of time to execute in repositories with a large set of npm deps.The text was updated successfully, but these errors were encountered: