Use the release-smaller profile in publish-spm workflow
This commit is contained in:
parent
c8436f519c
commit
4abda332de
8
.github/workflows/publish-spm.yaml
vendored
8
.github/workflows/publish-spm.yaml
vendored
@ -47,22 +47,22 @@ jobs:
|
||||
- name: Build bdk-ffi for x86_64-apple-darwin
|
||||
working-directory: bdk-ffi
|
||||
run: |
|
||||
cargo build --release --target x86_64-apple-darwin
|
||||
cargo build --profile release-smaller --target x86_64-apple-darwin
|
||||
|
||||
- name: Build bdk-ffi for aarch64-apple-darwin
|
||||
working-directory: bdk-ffi
|
||||
run: |
|
||||
cargo build --release --target aarch64-apple-darwin
|
||||
cargo build --profile release-smaller --target aarch64-apple-darwin
|
||||
|
||||
- name: Build bdk-ffi for x86_64-apple-ios
|
||||
working-directory: bdk-ffi
|
||||
run: |
|
||||
cargo build --release --target x86_64-apple-ios
|
||||
cargo build --profile release-smaller --target x86_64-apple-ios
|
||||
|
||||
- name: Build bdk-ffi for aarch64-apple-ios
|
||||
working-directory: bdk-ffi
|
||||
run: |
|
||||
cargo build --release --target aarch64-apple-ios
|
||||
cargo build --profile release-smaller --target aarch64-apple-ios
|
||||
|
||||
- name: Build bdk-ffi for aarch64-apple-ios-sim
|
||||
working-directory: bdk-ffi
|
||||
|
2
bdk-ffi
2
bdk-ffi
@ -1 +1 @@
|
||||
Subproject commit e6cf4237218be9c6143936e7d0056e5270d4c227
|
||||
Subproject commit c2aecb05972af36b35a2c0b0380c503b4d8eb6c2
|
Loading…
x
Reference in New Issue
Block a user