Work around Rust settings inconsistent iOS SDK version
This commit is contained in:
parent
81e84c26a2
commit
1946603e15
|
|
@ -113,16 +113,22 @@ jobs:
|
||||||
target: aarch64-apple-ios
|
target: aarch64-apple-ios
|
||||||
os: macos-latest
|
os: macos-latest
|
||||||
check_only: true
|
check_only: true
|
||||||
|
custom_env:
|
||||||
|
IPHONEOS_DEPLOYMENT_TARGET: 17.5
|
||||||
# It's... theoretically possible to run tests on iPhone Simulator,
|
# It's... theoretically possible to run tests on iPhone Simulator,
|
||||||
# but for now, make sure that BoringSSL only builds.
|
# but for now, make sure that BoringSSL only builds.
|
||||||
- thing: aarch64-ios-sim
|
- thing: aarch64-ios-sim
|
||||||
target: aarch64-apple-ios-sim
|
target: aarch64-apple-ios-sim
|
||||||
os: macos-latest
|
os: macos-latest
|
||||||
check_only: true
|
check_only: true
|
||||||
|
custom_env:
|
||||||
|
IPHONEOS_DEPLOYMENT_TARGET: 17.5
|
||||||
- thing: x86_64-ios
|
- thing: x86_64-ios
|
||||||
target: x86_64-apple-ios
|
target: x86_64-apple-ios
|
||||||
os: macos-latest
|
os: macos-latest
|
||||||
check_only: true
|
check_only: true
|
||||||
|
custom_env:
|
||||||
|
IPHONEOS_DEPLOYMENT_TARGET: 17.5
|
||||||
- thing: i686-linux
|
- thing: i686-linux
|
||||||
target: i686-unknown-linux-gnu
|
target: i686-unknown-linux-gnu
|
||||||
rust: stable
|
rust: stable
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue