Skip to content

Commit

Permalink
Remove patter that does not glob anything
Browse files Browse the repository at this point in the history
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
  • Loading branch information
limdor authored Aug 24, 2022
1 parent 0013c93 commit 9a02d16
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -963,7 +963,6 @@ exports_files(
filegroup(
name = "cmake_files",
srcs = glob([
"upbc/**/*",
"upb/**/*",
"third_party/**/*",
]),
Expand Down

0 comments on commit 9a02d16

Please sign in to comment.