Skip to content

Commit dcd1f64

Browse files
committed
BUILD: fix for Bazel 9.0.0rc1
Error at https://buildkite.com/bazel/bcr-bazel-compatibility-test/builds/589/steps/canvas?jid=019a4bac-6015-4fed-a853-d187ee2e87fc Change-Id: Ief0ef43cd23ca8e9fc5e63de8d0ea59460415f9f
1 parent 61c4644 commit dcd1f64

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

BUILD.bazel

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@
44

55
# Bazel (http://bazel.build/) BUILD file for RE2.
66

7+
load("@rules_cc//cc:cc_binary.bzl", "cc_binary")
8+
load("@rules_cc//cc:cc_library.bzl", "cc_library")
9+
load("@rules_cc//cc:cc_test.bzl", "cc_test")
10+
711
licenses(["notice"])
812

913
exports_files(["LICENSE"])

MODULE.bazel

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ module(
1111
)
1212

1313
bazel_dep(name = "platforms", version = "1.0.0")
14-
bazel_dep(name = "apple_support", version = "1.22.1")
14+
bazel_dep(name = "apple_support", version = "1.23.1")
1515
bazel_dep(name = "rules_cc", version = "0.1.4")
1616
bazel_dep(name = "abseil-cpp", version = "20250512.1")
1717
bazel_dep(name = "rules_python", version = "1.5.1")

0 commit comments

Comments
 (0)