Skip to content

Commit d1e57a1

Browse files
authored
feat: add arm64e-apple-tvos (#27)
1 parent 7449682 commit d1e57a1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/rust-compiler-builder.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ jobs:
6363
macosx_deployment_target: 11.0
6464
iphoneos_deployment_target: 14.0
6565

66-
- rust-targets: x86_64-apple-tvos,aarch64-apple-tvos
66+
- rust-targets: x86_64-apple-tvos,aarch64-apple-tvos,arm64e-apple-tvos
6767
os: macos-13 # x86-64
6868
xcode-version: 15.2
6969
rust-config: configure
@@ -73,7 +73,7 @@ jobs:
7373

7474
runs-on: ${{ matrix.os }}
7575
env:
76-
BOOTSTRAP_SKIP_TARGET_SANITY: 0
76+
BOOTSTRAP_SKIP_TARGET_SANITY: 1 # TODO: disable BOOTSTRAP_SKIP_TARGET_SANITY when the 1.83 rustc is available
7777
MACOSX_DEPLOYMENT_TARGET: ${{ matrix.macosx_deployment_target }}
7878
IPHONEOS_DEPLOYMENT_TARGET: ${{ matrix.iphoneos_deployment_target }}
7979
TVOS_DEPLOYMENT_TARGET: ${{ matrix.tvos_deployment_target }}

0 commit comments

Comments
 (0)