Skip to content

Commit

Permalink
Update protobuf's upb dep to latest upb protobuf dep update commit (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
zhangskz committed Feb 10, 2023
1 parent d3dad7f commit 7d1b034
Show file tree
Hide file tree
Showing 6 changed files with 801 additions and 619 deletions.
20 changes: 1 addition & 19 deletions build_defs/upb.patch
Original file line number Diff line number Diff line change
Expand Up @@ -9,22 +9,4 @@
# end:github_only

def _upbc(stage):

--- cmake/build_defs.bzl
+++ cmake/build_defs.bzl
@@ -25,7 +25,7 @@

"""Bazel support functions related to CMake support."""

-def staleness_test(name, outs, generated_pattern, target_files = None, **kwargs):
+def staleness_test(name, outs, generated_pattern, target_files = None, tags = [], **kwargs):
"""Tests that checked-in file(s) match the contents of generated file(s).

The resulting test will verify that all output files exist and have the
@@ -72,5 +72,6 @@ def staleness_test(name, outs, generated_pattern, target_files = None, **kwargs)
deps = [
Label("//cmake:staleness_test_lib"),
],
+ tags = ["staleness_test"] + tags,
**kwargs
)

0 comments on commit 7d1b034

Please sign in to comment.