Use the release-smaller profile in publish-spm workflow

This commit is contained in:
Steve Myers 2022-10-29 22:08:09 -05:00
parent c8436f519c
commit 4abda332de
No known key found for this signature in database
GPG Key ID: 8105A46B22C2D051
2 changed files with 5 additions and 5 deletions

View File

@ -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

@ -1 +1 @@
Subproject commit e6cf4237218be9c6143936e7d0056e5270d4c227
Subproject commit c2aecb05972af36b35a2c0b0380c503b4d8eb6c2