Auto merge of #146582 - Kobzol:cranelift-test-nightly, r=jieyouxu

Only run Cranelift dist test on nightly

Fixes the test failure in https://github.com/rust-lang/rust/pull/146545.

r? `@jieyouxu`
This commit is contained in:
bors 2025-09-15 12:31:03 +00:00
commit f3fd3efe4f

View file

@ -2,6 +2,7 @@
// dist artifacts.
//@ only-dist
//@ only-nightly (cranelift is not stable yet)
//@ only-x86_64-unknown-linux-gnu
//@ compile-flags: -Z codegen-backend=cranelift
//@ run-pass