Skip to content

Commit 135d621

Browse files
authored
Move macos build back to beta (#11968)
This commit resolves a workaround added in #11783 and switches the macOS builders back to stable now that 1.91 is out. prtest:full
1 parent 29c5727 commit 135d621

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

ci/build-build-matrix.js

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -44,11 +44,6 @@ const array = [
4444
// On OSX all we need to do is configure our deployment target as old as
4545
// possible. For now 10.12 is the limit.
4646
"env": { "MACOSX_DEPLOYMENT_TARGET": "10.12" },
47-
// FIXME(#11783) we saw weird build errors with Rust 1.90 related to being
48-
// unable to link stack-switching related symbols using #[naked] and such.
49-
// Looks to be solved on beta, and once Rust 1.91 is stable this can be
50-
// removed.
51-
"rust": "beta",
5247
},
5348
{
5449
"build": "aarch64-macos",

0 commit comments

Comments
 (0)