Crash when using module extension #18641
Labels
area-Bzlmod
Bzlmod-specific PRs, issues, and feature requests
help wanted
Someone outside the Bazel team could own this
P1
I'll work on this now. (Assignee required)
team-ExternalDeps
External dependency handling, remote repositiories, WORKSPACE file.
type: bug
Description of the bug:
While trying to use the Bazel Module extension feature, I found a crash and I have not idea what's causing it.
I'm configuring the module
build_tools_reloaded
(a custom toolchain) from theTEST_PARTITION
project.The crash :
The command:
What's the simplest, easiest way to reproduce this bug? Please provide a minimal example if possible.
TEST_PARTITION/MODULE.bazel
:build_tools_reloaded/extensions/extensions.bzl
:build_tools_reloaded/toolchain/rules.bzl
:Which operating system are you running Bazel on?
Windows
What is the output of
bazel info release
?release 6.2.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 master; git rev-parse HEAD
?No response
Is this a regression? If yes, please try to identify the Bazel commit where the bug was introduced.
No response
Have you found anything relevant by searching the web?
Maybe similar to : #14974
Any other information, logs, or outputs that you want to share?
No response
The text was updated successfully, but these errors were encountered: