Skip to content

Commit b7101e5

Browse files
committed
Crates no longer have inline-asm feature so we shouldn't test it.
1 parent a5c9c02 commit b7101e5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

xtask/tests/ci.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,8 +45,8 @@ fn build(package: &str, target: &str, features: &[&str]) {
4545
#[rustfmt::skip]
4646
static PACKAGE_FEATURES: &[(&str, &[&str], &[&str])] = &[
4747
("cortex-m", ALL_TARGETS, &["inline-asm", "cm7-r0p1", "critical-section-single-core"]), // no `linker-plugin-lto` since it's experimental
48-
("cortex-m-semihosting", ALL_TARGETS, &["inline-asm", "no-semihosting", "jlink-quirks"]),
49-
("panic-semihosting", ALL_TARGETS, &["inline-asm", "exit", "jlink-quirks"]),
48+
("cortex-m-semihosting", ALL_TARGETS, &["no-semihosting", "jlink-quirks"]),
49+
("panic-semihosting", ALL_TARGETS, &["exit", "jlink-quirks"]),
5050
("panic-itm", NON_BASE_TARGETS, &[]),
5151
];
5252

0 commit comments

Comments
 (0)