Bazel 8.0.0rc2: autoload does not work with WORKSPACE repos #24235
Labels
team-OSS
Issues for the Bazel OSS team: installation, release processBazel packaging, website
team-Rules-API
API for writing rules/aspects: providers, runfiles, actions, artifacts
type: bug
untriaged
Description of the bug:
Testing Bazel 8.0.0rc2 I got such an error:
This worked with Bazel 7.3.2.
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.
Reproduction: https://github.com/gergelyfabian/bazel-scala-example/tree/bazel-8.0.0rc1
Simply run
bazel build //...
in this repo at branchbazel-8.0.0rc1
Which operating system are you running Bazel on?
Ubuntu 24.04
What is the output of
bazel info release
?release 8.0.0rc2
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?
Related: #23899
The text was updated successfully, but these errors were encountered: