Skip to content
Merged
Show file tree
Hide file tree
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
2 changes: 1 addition & 1 deletion .bazelrc
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ common:macos --linkopt=-Wl,-undefined,dynamic_lookup --host_linkopt=-Wl,-undefin
try-import %workspace%/.bazelrc.user

common --consistent_labels
common --enable_bzlmod
common --enable_bzlmod --noenable_workspace
common --noincompatible_enable_cc_toolchain_resolution
common --incompatible_disallow_empty_glob
common --nolegacy_external_runfiles
Expand Down
2 changes: 1 addition & 1 deletion bzl/workspace/load_modules.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ def helly25_mbo_load_modules():
if not native.existing_rule("bazel_features"):
http_archive(
name = "bazel_features",
sha256 = "4fd9922d464686820ffd8fcefa28ccffa147f7cdc6b6ac0d8b07fde565c65d66",
sha256 = "07271d0f6b12633777b69020c4cb1eb67b1939c0cf84bb3944dc85cc250c0c01",
strip_prefix = "bazel_features-1.38.0",
url = "https://github.com/bazel-contrib/bazel_features/releases/download/v1.38.0/bazel_features-v1.38.0.tar.gz",
)
Expand Down
Loading