commit: 094d2b3c1f7ed0c31e4d552e7633da468a811e36
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Thu Jan 2 23:39:47 2025 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Fri Jan 3 11:15:12 2025 +0000
URL: https://gitweb.gentoo.org/proj/crossdev.git/commit/?id=094d2b3c
ci: add embedded/special targets (arm-none-eabi, nvptx-none)
Signed-off-by: Sam James <sam <AT> gentoo.org>
.github/workflows/crossdev.yml | 5 +++++
1 file changed, 5 insertions(+)
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