Skip to content

Commit 9073b05

Browse files
hvadehrarules_java Copybara
authored andcommitted
Update rules_cc dep to fix CI
(ignore-relnotes) PiperOrigin-RevId: 827934830 Change-Id: Ic3416c7bcb65b8c07a2e3e62556bc02ea7e5fb9f
1 parent a27004a commit 9073b05

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

MODULE.bazel

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,14 @@ module(
66
)
77

88
bazel_dep(name = "platforms", version = "0.0.11")
9-
bazel_dep(name = "rules_cc", version = "0.2.8")
9+
bazel_dep(name = "rules_cc", version = "0.2.13")
10+
archive_override(
11+
module_name = "rules_cc",
12+
integrity = "sha256-y3RA9zEyB7HqBXVTgrlFmvfJARcEDzILe2ugNGC4ZrE=",
13+
strip_prefix = "rules_cc-b5a65591334f74371f4d75003768957a740cd868",
14+
urls = ["https://github.com/bazelbuild/rules_cc/archive/b5a65591334f74371f4d75003768957a740cd868.tar.gz"],
15+
)
16+
1017
bazel_dep(name = "bazel_features", version = "1.30.0")
1118
bazel_dep(name = "bazel_skylib", version = "1.6.1")
1219
bazel_dep(name = "protobuf", version = "32.1", repo_name = "com_google_protobuf")

0 commit comments

Comments
 (0)