Open sgowroji opened 2 months ago
@meteorcloudy @sgowroji rules_go isn't compatible with --noenable_workspace
yet, but this crash looks more like a Bazel issue.
FYI the crash is fixed on HEAD (https://github.com/bazelbuild/bazel/commit/04a16741bac276a346223cb5970c5df7580d6d44).
CI: https://buildkite.com/bazel/bazel-at-head-plus-downstream/builds/4093#0191abc3-d4cb-40d4-91ac-5d7e907b960f
Platform: Multiple
Logs:
Culprit: https://github.com/bazelbuild/bazel/commit/5881c38
Note : This issue is due to https://github.com/bazelbuild/bazel/issues/23023. After --enable_workspace is flipped to false, users have to explicitly specify it where it's needed, or fully migrate to Bzlmod.
CC Greenteam @fweikert