Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit ee80853

Browse files
cuviperMabezDev
authored andcommittedOct 21, 2024
Limit run-make tests using -Zbuild-std to nightly
See rust-lang#130634
1 parent cbaead7 commit ee80853

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed
 

‎tests/run-make/compiler-builtins/rmake.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
// wasm and nvptx targets don't produce rlib files that object can parse.
1212
//@ ignore-wasm
1313
//@ ignore-nvptx64
14+
//@ only-nightly
1415

1516
#![deny(warnings)]
1617

‎tests/run-make/thumb-none-cortex-m/rmake.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
//! - thumbv7m-none-eabi (Bare Cortex-M3)
1414
1515
//@ only-thumb
16+
//@ only-nightly
1617

1718
use std::path::PathBuf;
1819

0 commit comments

Comments
 (0)
Please sign in to comment.