Skip to content

Commit c84a140

Browse files
keithrsc
authored andcommitted
Move cc_configure.bzl to rules_cc
With bazel 8.x this has been removed, instead it is now loaded from rules_cc. Change-Id: Iffdcd196639d34daf5841db70446ba8474f73f29 Reviewed-on: https://code-review.googlesource.com/c/re2/+/63470 Reviewed-by: Russ Cox <[email protected]> Reviewed-by: Alan Donovan <[email protected]>
1 parent 6dcd83d commit c84a140

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

MODULE.bazel

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,14 +12,14 @@ module(
1212

1313
bazel_dep(name = "platforms", version = "0.0.10")
1414
bazel_dep(name = "apple_support", version = "1.15.1")
15-
bazel_dep(name = "rules_cc", version = "0.0.9")
15+
bazel_dep(name = "rules_cc", version = "0.0.13")
1616
bazel_dep(name = "abseil-cpp", version = "20240116.2")
1717
bazel_dep(name = "rules_python", version = "0.33.2")
1818
bazel_dep(name = "pybind11_bazel", version = "2.12.0")
1919

2020
# This is a temporary hack for `x64_x86_windows`.
2121
# TODO(junyer): Remove whenever no longer needed.
22-
cc_configure = use_extension("@bazel_tools//tools/cpp:cc_configure.bzl", "cc_configure_extension")
22+
cc_configure = use_extension("@rules_cc//cc:extensions.bzl", "cc_configure_extension")
2323
use_repo(cc_configure, "local_config_cc")
2424

2525
# These dependencies will be ignored when the `re2` module is not

0 commit comments

Comments
 (0)