Skip to content

Commit 1ddfb1a

Browse files
authored
chore: cleanup supported targets (#32)
1 parent 4de4bff commit 1ddfb1a

File tree

1 file changed

+2
-8
lines changed

1 file changed

+2
-8
lines changed

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

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ jobs:
7171
--set target.arm64e-apple-darwin.profiler=false
7272
--set build.optimized-compiler-builtins=false
7373
74-
- rust-targets: aarch64-apple-ios,arm64e-apple-darwin
74+
- rust-targets: arm64e-apple-ios
7575
rust-host: x86_64-apple-darwin
7676
os: macos-13
7777
xcode-version: 15.2
@@ -80,12 +80,8 @@ jobs:
8080
rust-use-lld: false
8181
macosx_deployment_target: 11.0
8282
iphoneos_deployment_target: 15.0
83-
# TODO: See regressions
84-
rust-configure-args: >-
85-
--set target.arm64e-apple-darwin.profiler=false
86-
--set build.optimized-compiler-builtins=false
8783

88-
- rust-targets: x86_64-apple-tvos,aarch64-apple-tvos,arm64e-apple-tvos
84+
- rust-targets: arm64e-apple-tvos
8985
rust-host: x86_64-apple-darwin
9086
os: macos-13
9187
xcode-version: 15.2
@@ -95,8 +91,6 @@ jobs:
9591
macosx_deployment_target: 11.0
9692
tvos_deployment_target: 15.0
9793
rust-configure-args: >-
98-
--set target.x86_64-apple-tvos.profiler=false
99-
--set target.aarch64-apple-tvos.profiler=false
10094
--set target.arm64e-apple-tvos.profiler=false
10195
10296
runs-on: ${{ matrix.os }}

0 commit comments

Comments
 (0)