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
pull/13171/head
Xavier Bonaventura 2 years ago committed by GitHub
parent 0013c936ef
commit 9a02d16cee
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      BUILD

@ -963,7 +963,6 @@ exports_files(
filegroup( filegroup(
name = "cmake_files", name = "cmake_files",
srcs = glob([ srcs = glob([
"upbc/**/*",
"upb/**/*", "upb/**/*",
"third_party/**/*", "third_party/**/*",
]), ]),

Loading…
Cancel
Save