From c448a0579f20240d0b1d1519120507a03588f730 Mon Sep 17 00:00:00 2001 From: Neeraj Dwivedi Date: Tue, 12 May 2026 20:44:30 +0530 Subject: [PATCH] fix: remove_upb_c_rules.patch file path issue --- bazel/workspace0.bzl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bazel/workspace0.bzl b/bazel/workspace0.bzl index 847c397634425..7eac84222b848 100644 --- a/bazel/workspace0.bzl +++ b/bazel/workspace0.bzl @@ -150,7 +150,7 @@ def gl_cpp_workspace0(name = None): #"googleapis.patch", # Mirrors the patch from the current bazel module - "//bazel:remove_upb_c_rules.patch", + Label("//bazel:remove_upb_c_rules.patch"), ], patch_tool = "patch",