diff --git a/.github/workflows/release-python-grpc-web.yml b/.github/workflows/release-python-grpc-web.yml index 46b1cc48f..4bb840d0f 100644 --- a/.github/workflows/release-python-grpc-web.yml +++ b/.github/workflows/release-python-grpc-web.yml @@ -68,7 +68,7 @@ jobs: CXXFLAGS: "-std=c++11" strategy: matrix: - target: [x86_64, aarch64] + target: [x86_64, aarch64, ppc64le] steps: - uses: actions/checkout@v2 - uses: actions/setup-python@v4 diff --git a/Cargo.lock b/Cargo.lock index bdc981ae8..d4a81dc96 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4241,3 +4241,8 @@ dependencies = [ "system-deps", "zeromq-src", ] + +[[patch.unused]] +name = "hyper-proxy" +version = "0.9.0" +source = "git+https://github.com/hoodie/hyper-proxy?rev=49325f3#49325f36ef4b4bf4a8c8a82a9a7ab249606bf866" diff --git a/Cargo.toml b/Cargo.toml index 280680414..74159c6b7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,6 +2,9 @@ members = ["crates/*"] resolver = "2" +[patch.crates-io] +hyper-proxy = { git = "https://github.com/hoodie/hyper-proxy", rev = "49325f3" } + [workspace.dependencies] qcs-api = "0.2.1" qcs-api-client-common = { git = "https://github.com/rigetti/qcs-api-client-rust", branch = "grpc-web-hyper" }