From 9a02d16ceea6e2eb06f221fa35767ce8a259b559 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 --- BUILD | 1 - 1 file changed, 1 deletion(-) diff --git a/BUILD b/BUILD index a49327b287..3185c0e677 100644 --- a/BUILD +++ b/BUILD @@ -963,7 +963,6 @@ exports_files( filegroup( name = "cmake_files", srcs = glob([ - "upbc/**/*", "upb/**/*", "third_party/**/*", ]),