commit | c7dc045ebf1764d72fe13be445f3dcfe94b28e6b | [log] [tgz] |
---|---|---|
author | Googler <pcloudy@google.com> | Mon Oct 07 02:56:21 2024 -0700 |
committer | Copybara-Service <copybara-worker@google.com> | Mon Oct 07 02:57:58 2024 -0700 |
tree | 2737b1100831954df7eb1cc6b032ae6a5df81c95 | |
parent | aa7032682d8fd6d6313fdebd85a462ccb588c31e [diff] [blame] |
Patch rules_graalvm to avoid using deprecated ctx.resolve_tools Fix Bazel build with Bazel@HEAD: https://buildkite.com/bazel/bazel-at-head-plus-downstream/builds/4181#019265b3-8ad1-45e3-b9a6-b32812ef6bfd PiperOrigin-RevId: 683102846 Change-Id: I62d9a103f4a349af57b8655695eb89c01aa54766
diff --git a/BUILD b/BUILD index 46edc42..0d6ed38 100644 --- a/BUILD +++ b/BUILD
@@ -83,6 +83,7 @@ "//third_party/remoteapis:MODULE.bazel", "//third_party:BUILD", "//third_party:rules_jvm_external_6.0.patch", + "//third_party:rules_graalvm_fix.patch", "//third_party/protobuf:BUILD", "//third_party/protobuf:proto_info_bzl_deps.patch", "//third_party/protobuf:remove_rules_rust.patch",