Skip to content

Commit dbb5136

Browse files
authored
Add com_google_protobuf as a dependency of upb (bazelbuild#23)
* Add com_google_absl 20210324.2 * Disable centos7 platform * Extract build targets * Add com_google_protobuf as a dependency of upb * Add com_google_absl as dependency
1 parent 72607a9 commit dbb5136

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

modules/upb/0.0.0-20211020-160625a/MODULE.bazel

+2
Original file line numberDiff line numberDiff line change
@@ -5,3 +5,5 @@ module(
55
)
66
bazel_dep(name = "bazel_skylib", version = "1.0.3")
77
bazel_dep(name = "rules_proto", version = "4.0.0")
8+
bazel_dep(name = "com_google_protobuf", version = "3.19.0")
9+
bazel_dep(name = "com_google_absl", version = "20210324.2")

modules/upb/0.0.0-20211020-160625a/presubmit.yml

+5
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,20 @@ platforms:
22
centos7:
33
build_targets:
44
- '@upb//:upb'
5+
- '@upb//:descriptor_upb_proto'
56
debian10:
67
build_targets:
78
- '@upb//:upb'
9+
- '@upb//:descriptor_upb_proto'
810
macos:
911
build_targets:
1012
- '@upb//:upb'
13+
- '@upb//:descriptor_upb_proto'
1114
ubuntu2004:
1215
build_targets:
1316
- '@upb//:upb'
17+
- '@upb//:descriptor_upb_proto'
1418
windows:
1519
build_targets:
1620
- '@upb//:upb'
21+
- '@upb//:descriptor_upb_proto'

0 commit comments

Comments
 (0)