Skip to content

Commit

Permalink
build(deps): upgrade bdk, ecdsa_fun, sigma_fun, bitcoin-harness
Browse files Browse the repository at this point in the history
- bdk to 0.21.0 comit-network#1107
- ecdsa_fun to f8250a2 comit-network#1112
- sigma_fun to f8250a2 comit-network#1113
- bitcoin-harness upgrade was required, waiting for merge at coblox/bitcoin-harness-rs#25
  • Loading branch information
delta1 committed Aug 27, 2022
1 parent 9021e83 commit 8e9b6eb
Show file tree
Hide file tree
Showing 19 changed files with 284 additions and 296 deletions.
18 changes: 10 additions & 8 deletions .github/workflows/build-release-binaries.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,12 @@ jobs:
target: x86_64-unknown-linux-gnu
os: ubuntu-latest
archive_ext: tar
- bin: swap
target: armv7-unknown-linux-gnueabihf
os: ubuntu-latest
archive_ext: tar
# armv7 compilation broke until this goes in
# https://github.com/LLFourn/elliptic-curves/pull/1
# - bin: swap
# target: armv7-unknown-linux-gnueabihf
# os: ubuntu-latest
# archive_ext: tar
- bin: swap
target: x86_64-apple-darwin
os: macos-latest
Expand All @@ -30,10 +32,10 @@ jobs:
target: x86_64-unknown-linux-gnu
os: ubuntu-latest
archive_ext: tar
- bin: asb
target: armv7-unknown-linux-gnueabihf
os: ubuntu-latest
archive_ext: tar
# - bin: asb
# target: armv7-unknown-linux-gnueabihf
# os: ubuntu-latest
# archive_ext: tar
- bin: asb
target: x86_64-apple-darwin
os: macos-latest
Expand Down
6 changes: 4 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,10 @@ jobs:
include:
- target: x86_64-unknown-linux-gnu
os: ubuntu-latest
- target: armv7-unknown-linux-gnueabihf
os: ubuntu-latest
# armv7 compilation broke until this goes in
# https://github.com/LLFourn/elliptic-curves/pull/1
# - target: armv7-unknown-linux-gnueabihf
# os: ubuntu-latest
- target: x86_64-apple-darwin
os: macos-latest
- target: x86_64-pc-windows-msvc
Expand Down
Loading

0 comments on commit 8e9b6eb

Please sign in to comment.