Skip to content

Commit

Permalink
patch hyper-proxy and build wheel for ppc64le
Browse files Browse the repository at this point in the history
  • Loading branch information
MarquessV committed Mar 18, 2024
1 parent d363446 commit 5f2ffdd
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release-python-grpc-web.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
5 changes: 5 additions & 0 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 3 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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" }
Expand Down

0 comments on commit 5f2ffdd

Please sign in to comment.