mirror of
https://github.com/signalapp/libsignal.git
synced 2026-04-26 09:45:16 +02:00
CocoaPods-related infrastucture improvements
- Skip building for Catalyst in pull request testing, but make up for it in the "Slow Tests". - Update the README now that the Arm Mac simulator is a Tier 2 Rust target. - Remove workaround for one-time incompatibility with the Arm Mac simulator.
This commit is contained in:
@@ -72,8 +72,10 @@ Pod::Spec.new do |s|
|
||||
CARGO_BUILD_TARGET=aarch64-apple-ios swift/build_ffi.sh --release
|
||||
CARGO_BUILD_TARGET=x86_64-apple-ios swift/build_ffi.sh --release
|
||||
CARGO_BUILD_TARGET=aarch64-apple-ios-sim swift/build_ffi.sh --release
|
||||
CARGO_BUILD_TARGET=x86_64-apple-ios-macabi swift/build_ffi.sh --release --build-std
|
||||
CARGO_BUILD_TARGET=aarch64-apple-ios-macabi swift/build_ffi.sh --release --build-std
|
||||
if [[ "${SKIP_CATALYST:-0}" != "1" ]]; then
|
||||
CARGO_BUILD_TARGET=x86_64-apple-ios-macabi swift/build_ffi.sh --release --build-std
|
||||
CARGO_BUILD_TARGET=aarch64-apple-ios-macabi swift/build_ffi.sh --release --build-std
|
||||
fi
|
||||
)
|
||||
|
||||
s.test_spec 'Tests' do |test_spec|
|
||||
|
||||
Reference in New Issue
Block a user