Skip to content

Commit

Permalink
Revert "MAISTRA-2648: WASM fix for s390x (#139)" (#149)
Browse files Browse the repository at this point in the history
This reverts commit e5f9fab.

Signed-off-by: Otto van der Schaaf <ovanders@redhat.com>
  • Loading branch information
Otto van der Schaaf authored Mar 28, 2022
1 parent 6aabd0a commit d5e17b5
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 189 deletions.
185 changes: 0 additions & 185 deletions bazel/external/proxy-wasm-cpp-host-s390x-support.patch

This file was deleted.

4 changes: 0 additions & 4 deletions bazel/repositories.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -959,10 +959,6 @@ def _proxy_wasm_cpp_host():
name = "proxy_wasm_cpp_host",
# patches = ["@envoy//bazel/external:0001-proxy-wasm-cpp-host-with-openssl-support.patch"],
# patch_args = ["-p1"],
# The patch fixes WASM on s390x https://issues.redhat.com/browse/MAISTRA-2648
# The permanent fix is https://github.com/proxy-wasm/proxy-wasm-cpp-host/pull/198
patches = ["@envoy//bazel/external:proxy-wasm-cpp-host-s390x-support.patch"],
patch_args = ["-p1"],
)

def _com_github_google_jwt_verify():
Expand Down

0 comments on commit d5e17b5

Please sign in to comment.