From 865382325813653c59384066e3e460e857d478f0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Henrik=20Tj=C3=A4der?= Date: Mon, 6 Feb 2023 13:48:52 +0100 Subject: [PATCH] xtask: For now test on ARM --- .github/workflows/build.yml | 3 ++- xtask/src/main.rs | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 8ad1814990..df58bb6bc5 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -122,7 +122,8 @@ jobs: target: - thumbv7m-none-eabi - thumbv6m-none-eabi - - x86_64-unknown-linux-gnu + - thumbv8m.base-none-eabi + - thumbv8m.main-none-eabi toolchain: - nightly steps: diff --git a/xtask/src/main.rs b/xtask/src/main.rs index 1a3d52f7c9..590f093eaa 100644 --- a/xtask/src/main.rs +++ b/xtask/src/main.rs @@ -521,7 +521,7 @@ fn package_filter(package: &Package) -> Vec { // TODO Parse Cargo.toml workspace definition instead? let packages: Vec = [ "rtic".to_owned(), - "rtic-macros".to_owned(), + "rtic-arbiter".to_owned(), "rtic-channel".to_owned(), "rtic-common".to_owned(), "rtic-macros".to_owned(),