From 231daa31419d240e33d0bedb15364c1d2be2fa90 Mon Sep 17 00:00:00 2001 From: Eli Schleifer <1265982+EliSchleifer@users.noreply.github.com> Date: Mon, 20 Dec 2021 16:01:23 -0800 Subject: [PATCH] Update BUILD Without visibility public on the windows config build fails with Bazel version 4.2.2 --- BUILD | 1 + 1 file changed, 1 insertion(+) diff --git a/BUILD b/BUILD index 5bed64617f..2625740310 100644 --- a/BUILD +++ b/BUILD @@ -46,6 +46,7 @@ exports_files([ config_setting( name = "windows", constraint_values = ["@bazel_tools//platforms:windows"], + visibility = ["//visibility:public"], ) upb_fasttable_enabled(