Skip to content

Commit 5f2ffdd

Browse files
committed
patch hyper-proxy and build wheel for ppc64le
1 parent d363446 commit 5f2ffdd

File tree

3 files changed

+9
-1
lines changed

3 files changed

+9
-1
lines changed

.github/workflows/release-python-grpc-web.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ jobs:
6868
CXXFLAGS: "-std=c++11"
6969
strategy:
7070
matrix:
71-
target: [x86_64, aarch64]
71+
target: [x86_64, aarch64, ppc64le]
7272
steps:
7373
- uses: actions/checkout@v2
7474
- uses: actions/setup-python@v4

Cargo.lock

+5
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+3
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22
members = ["crates/*"]
33
resolver = "2"
44

5+
[patch.crates-io]
6+
hyper-proxy = { git = "https://github.com/hoodie/hyper-proxy", rev = "49325f3" }
7+
58
[workspace.dependencies]
69
qcs-api = "0.2.1"
710
qcs-api-client-common = { git = "https://github.com/rigetti/qcs-api-client-rust", branch = "grpc-web-hyper" }

0 commit comments

Comments
 (0)