We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7449682 commit d1e57a1Copy full SHA for d1e57a1
.github/workflows/rust-compiler-builder.yml
@@ -63,7 +63,7 @@ jobs:
63
macosx_deployment_target: 11.0
64
iphoneos_deployment_target: 14.0
65
66
- - rust-targets: x86_64-apple-tvos,aarch64-apple-tvos
+ - rust-targets: x86_64-apple-tvos,aarch64-apple-tvos,arm64e-apple-tvos
67
os: macos-13 # x86-64
68
xcode-version: 15.2
69
rust-config: configure
@@ -73,7 +73,7 @@ jobs:
73
74
runs-on: ${{ matrix.os }}
75
env:
76
- BOOTSTRAP_SKIP_TARGET_SANITY: 0
+ BOOTSTRAP_SKIP_TARGET_SANITY: 1 # TODO: disable BOOTSTRAP_SKIP_TARGET_SANITY when the 1.83 rustc is available
77
MACOSX_DEPLOYMENT_TARGET: ${{ matrix.macosx_deployment_target }}
78
IPHONEOS_DEPLOYMENT_TARGET: ${{ matrix.iphoneos_deployment_target }}
79
TVOS_DEPLOYMENT_TARGET: ${{ matrix.tvos_deployment_target }}
0 commit comments