aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2025-01-02 23:39:47 +0000
committerSam James <sam@gentoo.org>2025-01-03 11:15:12 +0000
commit094d2b3c1f7ed0c31e4d552e7633da468a811e36 (patch)
tree42f855e4700229edbdd45bcefddbfb36746a3f8d
parentci: fix whitespace (diff)
downloadcrossdev-094d2b3c1f7ed0c31e4d552e7633da468a811e36.tar.gz
crossdev-094d2b3c1f7ed0c31e4d552e7633da468a811e36.tar.bz2
crossdev-094d2b3c1f7ed0c31e4d552e7633da468a811e36.zip
ci: add embedded/special targets (arm-none-eabi, nvptx-none)
Signed-off-by: Sam James <sam@gentoo.org>
-rw-r--r--.github/workflows/crossdev.yml5
1 files changed, 5 insertions, 0 deletions
diff --git a/.github/workflows/crossdev.yml b/.github/workflows/crossdev.yml
index 3d47f63..5ab973a 100644
--- a/.github/workflows/crossdev.yml
+++ b/.github/workflows/crossdev.yml
@@ -82,6 +82,11 @@ jobs:
# - target: sh4eb-unknown-linux-musl
- target: x86_64-unknown-linux-gnu
- target: x86_64-unknown-linux-musl
+ # Embedded or otherwise special targets
+ - target: arm-none-eabi
+ args: --skip-system
+ - target: nvptx-none
+ args: --skip-system
stage3:
- latest # `openrc` (glibc+GCC) is tagged as `latest`
- musl