From 40bdffa1feee05493534e0a3f6df86e875e4687c Mon Sep 17 00:00:00 2001 From: Xavier Bonaventura Date: Wed, 24 Aug 2022 22:21:38 +0200 Subject: [PATCH] Remove patter that does not glob anything This pattern does not glob anything because inside the upbc folder there is a BUILD file. Removing this allows to build upb with the flag incompatible_disallow_empty_glob (cherry picked from commit 9a02d16ceea6e2eb06f221fa35767ce8a259b559) --- BUILD | 1 - 1 file changed, 1 deletion(-) diff --git a/BUILD b/BUILD index e58590e8aa..72937c4ec0 100644 --- a/BUILD +++ b/BUILD @@ -716,7 +716,6 @@ exports_files( filegroup( name = "cmake_files", srcs = glob([ - "upbc/**/*", "upb/**/*", "third_party/**/*", ]),