Skip to content

Commit 7d1b034

Browse files
authored
Update protobuf's upb dep to latest upb protobuf dep update commit (#11907)
1 parent d3dad7f commit 7d1b034

6 files changed

Lines changed: 801 additions & 619 deletions

File tree

build_defs/upb.patch

Lines changed: 1 addition & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -9,22 +9,4 @@
99
# end:github_only
1010

1111
def _upbc(stage):
12-
13-
--- cmake/build_defs.bzl
14-
+++ cmake/build_defs.bzl
15-
@@ -25,7 +25,7 @@
16-
17-
"""Bazel support functions related to CMake support."""
18-
19-
-def staleness_test(name, outs, generated_pattern, target_files = None, **kwargs):
20-
+def staleness_test(name, outs, generated_pattern, target_files = None, tags = [], **kwargs):
21-
"""Tests that checked-in file(s) match the contents of generated file(s).
22-
23-
The resulting test will verify that all output files exist and have the
24-
@@ -72,5 +72,6 @@ def staleness_test(name, outs, generated_pattern, target_files = None, **kwargs)
25-
deps = [
26-
Label("//cmake:staleness_test_lib"),
27-
],
28-
+ tags = ["staleness_test"] + tags,
29-
**kwargs
30-
)
12+

0 commit comments

Comments
 (0)