Skip to content

Commit

Permalink
S390x - Fix typo for envoy test
Browse files Browse the repository at this point in the history
With reference to PR envoyproxy#36915 by mistake added the .cc extension instead of the .h extension. So fixing the extension to options_impl_platform_linux.h.

Signed-off-by: Surender Yadav <[email protected]>
  • Loading branch information
surenderky authored Nov 6, 2024
1 parent 5e8995f commit 3709321
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/server/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -248,7 +248,7 @@ envoy_cc_library(
"//bazel:linux_x86_64": ["options_impl_platform_linux.h"],
"//bazel:linux_aarch64": ["options_impl_platform_linux.h"],
"//bazel:linux_ppc": ["options_impl_platform_linux.h"],
"//bazel:linux_s390x": ["options_impl_platform_linux.cc"],
"//bazel:linux_s390x": ["options_impl_platform_linux.h"],
"//bazel:linux_mips64": ["options_impl_platform_linux.h"],
"//conditions:default": [],
}),
Expand Down

0 comments on commit 3709321

Please sign in to comment.