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 1ddfb1a commit 7562d5cCopy full SHA for 7562d5c
.github/workflows/rust-compiler-builder.yml
@@ -54,8 +54,6 @@ jobs:
54
# https://support.apple.com/en-us/100100
55
56
# Regression: macos-14 arm64
57
- # Regression: --enable-profiler
58
- # Regression: --set build.optimized-compiler-builtins
59
60
- rust-targets: arm64e-apple-darwin
61
rust-host: x86_64-apple-darwin
@@ -66,10 +64,6 @@ jobs:
66
64
rust-use-lld: false
67
65
macosx_deployment_target: 11.0
68
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
73
74
- rust-targets: arm64e-apple-ios
75
0 commit comments