Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Empty file.
9 changes: 1 addition & 8 deletions bazel/repositories.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -1037,14 +1037,7 @@ def _proxy_wasm_cpp_sdk():
external_http_archive(name = "proxy_wasm_cpp_sdk")

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

def _emsdk():
external_http_archive(
Expand Down