Skip to content

Commit 3885a1e

Browse files
authored
feat: add aarch64-apple-tvos (#19)
* Bump Xcode to 15.2
1 parent a2597ca commit 3885a1e

File tree

1 file changed

+5
-12
lines changed

1 file changed

+5
-12
lines changed

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

Lines changed: 5 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -51,30 +51,23 @@ jobs:
5151
# https://developer.apple.com/support/xcode/
5252

5353
# Regression: arm64e-apple-darwin
54-
# Regression: aarch64-apple-tvos
5554
# Regression: macos-14 arm64
5655

57-
- rust-targets: aarch64-apple-darwin
56+
- rust-targets: aarch64-apple-darwin,aarch64-apple-ios,aarch64-apple-tvos,arm64e-apple-ios
5857
os: macos-13 # x86-64
59-
xcode-version: 14.3.1
58+
xcode-version: 15.2
6059
rust-config: configure
61-
rust-use-lld: true
62-
macosx_deployment_target: 11.0
63-
iphoneos_deployment_target: 14.0
64-
65-
- rust-targets: aarch64-apple-ios,arm64e-apple-ios
66-
os: macos-13 # x86-64
67-
xcode-version: 14.3.1
68-
rust-config: configure
69-
rust-use-lld: true
60+
rust-use-lld: false
7061
macosx_deployment_target: 11.0
7162
iphoneos_deployment_target: 14.0
63+
tvos_deployment_target: 14.0
7264

7365
runs-on: ${{ matrix.os }}
7466
env:
7567
BOOTSTRAP_SKIP_TARGET_SANITY: 0
7668
MACOSX_DEPLOYMENT_TARGET: ${{ matrix.macosx_deployment_target }}
7769
IPHONEOS_DEPLOYMENT_TARGET: ${{ matrix.iphoneos_deployment_target }}
70+
TVOS_DEPLOYMENT_TARGET: ${{ matrix.tvos_deployment_target }}
7871
RUST_BACKTRACE: ${{ github.event.inputs.rust-backtrace || '0' }}
7972
RUST_CHANNEL: ${{ github.event.inputs.rust-channel || 'dev' }}
8073
RUST_TARGETS: ${{ matrix.rust-targets }}

0 commit comments

Comments
 (0)