Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 1 addition & 5 deletions MODULE.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -88,12 +88,8 @@ git_override(
)

## Lock the compiler version and avoid any local compiler.
## The bazel_dep stays non-dev because llvm_prebuilt's build_file
## references @toolchains_llvm//toolchain:BUILD.llvm_repo.
## The extension and toolchain registration are dev_dependency because
## toolchains_llvm enforces root-module-only extension usage.
## Downstream consumers must configure their own C++ toolchain.
bazel_dep(name = "toolchains_llvm", version = "1.5.0")
bazel_dep(name = "toolchains_llvm", version = "1.5.0", dev_dependency = True)

# --- Dev dependencies (not propagated to downstream consumers) ---

Expand Down
Loading