We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dd47158 commit 32089d4Copy full SHA for 32089d4
ci/build-build-matrix.js
@@ -46,9 +46,10 @@ const array = [
46
"env": { "MACOSX_DEPLOYMENT_TARGET": "10.12" },
47
// Similar to https://github.com/bytecodealliance/wasmtime/pull/12245, we
48
// need to avoid a rustc bug that results in linker errors depending on the
49
- // order and division of code into CGUs. This is fixed on nightly but not
50
- // stable yet.
51
- "rust": "wasmtime-ci-pinned-nightly",
+ // order and division of code into CGUs. This is fixed on beta but not
+ // stable yet. Once Rust 1.94 is released this configuration option can be
+ // deleted to use stable by default.
52
+ "rust": "beta-2026-01-20",
53
},
54
{
55
"build": "aarch64-macos",
0 commit comments