Skip to content

Commit

Permalink
skipping upb on windows
Browse files Browse the repository at this point in the history
  • Loading branch information
billfeng327 committed Mar 22, 2019
1 parent d939598 commit 61431be
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -2334,7 +2334,8 @@ grpc_cc_library(
":google_api_upb",
":proto_gen_validate_upb",
":envoy_type_upb",
]
],
tags = ["no_windows"],
)

grpc_cc_library(
Expand All @@ -2354,7 +2355,8 @@ grpc_cc_library(
deps = [
":google_api_upb",
":proto_gen_validate_upb"
]
],
tags = ["no_windows"],
)

grpc_cc_library(
Expand All @@ -2373,7 +2375,8 @@ grpc_cc_library(
],
deps = [
":google_api_upb",
]
],
tags = ["no_windows"],
)

grpc_cc_library(
Expand Down Expand Up @@ -2404,6 +2407,7 @@ grpc_cc_library(
external_deps = [
"upb_lib",
],
tags = ["no_windows"],
)

grpc_generate_one_off_targets()

0 comments on commit 61431be

Please sign in to comment.