Skip to content

Commit 58f9554

Browse files
committed
Remove proxy-wasm-cpp-host-s390x-support patch
Upstream PR proxy-wasm/proxy-wasm-cpp-host#282 has been merged and maistra-2.4 branch includes these changes Signed-off-by: Konstantin Maksimov <[email protected]>
1 parent 486f65c commit 58f9554

File tree

2 files changed

+1
-8
lines changed

2 files changed

+1
-8
lines changed

bazel/external/proxy-wasm-cpp-host-s390x-support.patch

Whitespace-only changes.

bazel/repositories.bzl

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1037,14 +1037,7 @@ def _proxy_wasm_cpp_sdk():
10371037
external_http_archive(name = "proxy_wasm_cpp_sdk")
10381038

10391039
def _proxy_wasm_cpp_host():
1040-
external_http_archive(
1041-
name = "proxy_wasm_cpp_host",
1042-
# proxy-wasm-cpp-host-s390x-support.patch fixes WASM on s390x error https://issues.redhat.com/browse/OSSM-1815
1043-
# maistra-2.3 issue: https://issues.redhat.com/browse/OSSM-1956
1044-
# The permanent fix is: https://github.com/proxy-wasm/proxy-wasm-cpp-host/pull/282
1045-
patches = ["@envoy//bazel/external:proxy-wasm-cpp-host-s390x-support.patch"],
1046-
patch_args = ["-p1"],
1047-
)
1040+
external_http_archive(name = "proxy_wasm_cpp_host")
10481041

10491042
def _emsdk():
10501043
external_http_archive(

0 commit comments

Comments
 (0)