Skip to content

Commit 2af9562

Browse files
committed
Update build bdk-ffi for aarch64-apple-ios-sim to use release-smaller profile
1 parent 50bbb28 commit 2af9562

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/publish-spm.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,13 +60,13 @@ jobs:
6060
- name: Build bdk-ffi for aarch64-apple-ios-sim
6161
working-directory: build
6262
run: |
63-
cargo +nightly-2023-04-10 build --release --target aarch64-apple-ios-sim
63+
cargo +nightly-2023-04-10 build --profile release-smaller --target aarch64-apple-ios-sim
6464
6565
- name: Create lipo-ios-sim and lipo-macos
6666
working-directory: build
6767
run: |
6868
mkdir -p target/lipo-ios-sim/release-smaller
69-
lipo target/aarch64-apple-ios-sim/release/libbdkffi.a target/x86_64-apple-ios/release-smaller/libbdkffi.a -create -output target/lipo-ios-sim/release-smaller/libbdkffi.a
69+
lipo target/aarch64-apple-ios-sim/release-smaller/libbdkffi.a target/x86_64-apple-ios/release-smaller/libbdkffi.a -create -output target/lipo-ios-sim/release-smaller/libbdkffi.a
7070
mkdir -p target/lipo-macos/release-smaller
7171
lipo target/aarch64-apple-darwin/release-smaller/libbdkffi.a target/x86_64-apple-darwin/release-smaller/libbdkffi.a -create -output target/lipo-macos/release-smaller/libbdkffi.a
7272

0 commit comments

Comments
 (0)