Skip to content

Commit

Permalink
Make Bazel itself buildable on HEAD Bazel on Windows arm64
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 683386263
Change-Id: Ic4260fe3bcd3bd0c36bf11ac045b34b2bc8868dc
  • Loading branch information
Wyverald authored and copybara-github committed Oct 8, 2024
1 parent 7407cef commit d028522
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion MODULE.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -312,7 +312,7 @@ use_repo(
)

# Required only by `--extra_toolchains=@local_config_cc//:cc-toolchain-arm64_windows` from .bazelrc
cc_configure = use_extension("@bazel_tools//tools/cpp:cc_configure.bzl", "cc_configure_extension")
cc_configure = use_extension("@rules_cc//cc:extensions.bzl", "cc_configure_extension")
use_repo(cc_configure, "local_config_cc")

gvm = use_extension("@rules_graalvm//:extensions.bzl", "graalvm")
Expand Down
3 changes: 1 addition & 2 deletions MODULE.bazel.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit d028522

Please sign in to comment.