From 02f27b201a2ee7fbfe9c8e73ddd810733af37e11 Mon Sep 17 00:00:00 2001 From: "Mark D. Roth" Date: Mon, 14 Oct 2024 22:27:01 +0000 Subject: [PATCH] add comment to patch --- bazel/rules_go.patch | 3 +++ 1 file changed, 3 insertions(+) diff --git a/bazel/rules_go.patch b/bazel/rules_go.patch index e3e90c17d8ed4..bfd6b058a39c5 100644 --- a/bazel/rules_go.patch +++ b/bazel/rules_go.patch @@ -1,3 +1,6 @@ +# This patch works around a problem with Windows RBE described in +# https://github.com/bazelbuild/bazel/issues/11636. It can be removed +# once that issue is resolved. diff --git a/go/private/rules/binary.bzl b/go/private/rules/binary.bzl index 40a17f4d..2741ad71 100644 --- a/go/private/rules/binary.bzl