-
Notifications
You must be signed in to change notification settings - Fork 4.1k
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
Missing repositories after upgrading to Bazel 8 #24744
Comments
@bazel-io fork 8.0.1 |
Can you reproduce this without other flags in |
@bazel-io fork 8.0.1 |
May or may not be related to #24694 |
I still haven't managed to reproduce this. Any more information would be highly appreciated. |
Quoting from Slack (https://bazelbuild.slack.com/archives/CSV56UT0F/p1734548734488839?thread_ts=1734475559.039469&cid=CSV56UT0F):
I'm unable to reproduce this, but it seems related to this issue. |
Description of the bug:
We have seen various errors related to repositories (missing) after upgrading to Bazel 8.
Setting
--noincompatible_no_implicit_watch_label
seems to fix the issues.@fabian
https://bazelbuild.slack.com/archives/CA31HN1T3/p1734339844946189
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.
In a repository where rules_go is used, changing dependencies in go.mod
Which operating system are you running Bazel on?
Linux
What is the output of
bazel info release
?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?
Example error log.
The text was updated successfully, but these errors were encountered: