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 29c5727 commit 135d621Copy full SHA for 135d621
ci/build-build-matrix.js
@@ -44,11 +44,6 @@ const array = [
44
// On OSX all we need to do is configure our deployment target as old as
45
// possible. For now 10.12 is the limit.
46
"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",
52
},
53
{
54
"build": "aarch64-macos",
0 commit comments