File tree 2 files changed +7
-0
lines changed
modules/upb/0.0.0-20211020-160625a
2 files changed +7
-0
lines changed Original file line number Diff line number Diff line change 5
5
)
6
6
bazel_dep (name = "bazel_skylib" , version = "1.0.3" )
7
7
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" )
Original file line number Diff line number Diff line change @@ -2,15 +2,20 @@ platforms:
2
2
centos7 :
3
3
build_targets :
4
4
- ' @upb//:upb'
5
+ - ' @upb//:descriptor_upb_proto'
5
6
debian10 :
6
7
build_targets :
7
8
- ' @upb//:upb'
9
+ - ' @upb//:descriptor_upb_proto'
8
10
macos :
9
11
build_targets :
10
12
- ' @upb//:upb'
13
+ - ' @upb//:descriptor_upb_proto'
11
14
ubuntu2004 :
12
15
build_targets :
13
16
- ' @upb//:upb'
17
+ - ' @upb//:descriptor_upb_proto'
14
18
windows :
15
19
build_targets :
16
20
- ' @upb//:upb'
21
+ - ' @upb//:descriptor_upb_proto'
You can’t perform that action at this time.
0 commit comments