Skip to content

Commit 7562d5c

Browse files
authored
fix: remove workarounds (#33)
1 parent 1ddfb1a commit 7562d5c

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

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

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -54,8 +54,6 @@ jobs:
5454
# https://support.apple.com/en-us/100100
5555

5656
# Regression: macos-14 arm64
57-
# Regression: --enable-profiler
58-
# Regression: --set build.optimized-compiler-builtins
5957

6058
- rust-targets: arm64e-apple-darwin
6159
rust-host: x86_64-apple-darwin
@@ -66,10 +64,6 @@ jobs:
6664
rust-use-lld: false
6765
macosx_deployment_target: 11.0
6866
iphoneos_deployment_target: 15.0
69-
# TODO: See regressions
70-
rust-configure-args: >-
71-
--set target.arm64e-apple-darwin.profiler=false
72-
--set build.optimized-compiler-builtins=false
7367

7468
- rust-targets: arm64e-apple-ios
7569
rust-host: x86_64-apple-darwin

0 commit comments

Comments
 (0)