forked from protocolbuffers/upb
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Make upb compatible with
--incompatible_disallow_empty_glob
This will allow us to run all the upb tests from the protobuf repo, which already uses this flag. I just had to remove a couple glob patterns that did not match any files. PiperOrigin-RevId: 559434154
- Loading branch information
1 parent
94c4c32
commit 00efe9f
Showing
3 changed files
with
3 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -50,7 +50,6 @@ filegroup( | |
name = "source_files", | ||
srcs = glob( | ||
[ | ||
"**/*.c", | ||
"**/*.h", | ||
"**/*.inc", | ||
], | ||
|