Skip to content

Commit

Permalink
fix: remove workarounds (#33)
Browse files Browse the repository at this point in the history
  • Loading branch information
arttet authored Sep 28, 2024
1 parent 1ddfb1a commit 7562d5c
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/rust-compiler-builder.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,6 @@ jobs:
# https://support.apple.com/en-us/100100

# Regression: macos-14 arm64
# Regression: --enable-profiler
# Regression: --set build.optimized-compiler-builtins

- rust-targets: arm64e-apple-darwin
rust-host: x86_64-apple-darwin
Expand All @@ -66,10 +64,6 @@ jobs:
rust-use-lld: false
macosx_deployment_target: 11.0
iphoneos_deployment_target: 15.0
# TODO: See regressions
rust-configure-args: >-
--set target.arm64e-apple-darwin.profiler=false
--set build.optimized-compiler-builtins=false

- rust-targets: arm64e-apple-ios
rust-host: x86_64-apple-darwin
Expand Down

0 comments on commit 7562d5c

Please sign in to comment.