Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Signed-off-by: Asra Ali <asraa@google.com>

Commit Message: Temporary CI fix before envoyproxy#16074
Risk Level: Low
Testing:
Docs Changes:
Release Notes:
Platform Specific Features:

Signed-off-by: Gokul Nair <gnair@twitter.com>
  • Loading branch information
asraa authored and Gokul Nair committed May 6, 2021
1 parent a79905a commit 8656cd7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions test/server/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -353,6 +353,7 @@ envoy_cc_fuzz_test(
] + select({
"//bazel:windows_x86_64": envoy_all_extensions(WINDOWS_SKIP_TARGETS),
"//bazel:linux_ppc": envoy_all_extensions(PPC_SKIP_TARGETS),
"//bazel:gcc_build": [],
"//conditions:default": envoy_all_extensions(),
}),
)
Expand Down
1 change: 1 addition & 0 deletions test/server/config_validation/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,7 @@ envoy_cc_fuzz_test(
] + select({
"//bazel:windows_x86_64": envoy_all_extensions(WINDOWS_SKIP_TARGETS),
"//bazel:linux_ppc": envoy_all_extensions(PPC_SKIP_TARGETS),
"//bazel:gcc_build": [],
"//conditions:default": envoy_all_extensions(),
}),
)
Expand Down

0 comments on commit 8656cd7

Please sign in to comment.