Skip to content

Commit

Permalink
fix (#16135)
Browse files Browse the repository at this point in the history
Signed-off-by: Asra Ali <[email protected]>

Commit Message: Temporary CI fix before #16074
Risk Level: Low
Testing:
Docs Changes:
Release Notes:
Platform Specific Features:
  • Loading branch information
asraa authored Apr 23, 2021
1 parent ed9403a commit 8a21436
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 8a21436

Please sign in to comment.