[PATCH 6/6] ci: build: add kvx build test
Ahmad Fatoum
a.fatoum at pengutronix.de
Mon Aug 12 02:15:22 PDT 2024
Now that we ship a toolchain for Kalray's MPPA Coolidge CPU, let's
enable build test on that architecture as well.
With this, all architectures now have defconfigs that are build tested.
Signed-off-by: Ahmad Fatoum <a.fatoum at pengutronix.de>
---
.github/workflows/build-defconfigs.yml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.github/workflows/build-defconfigs.yml b/.github/workflows/build-defconfigs.yml
index 46f59fd118c1..f8cb7c2a5929 100644
--- a/.github/workflows/build-defconfigs.yml
+++ b/.github/workflows/build-defconfigs.yml
@@ -3,7 +3,7 @@ name: build images
on: [push, pull_request]
env:
- ARCH: arm mips powerpc riscv sandbox x86 openrisc
+ ARCH: arm mips powerpc riscv sandbox x86 openrisc kvx
jobs:
defconfigs:
--
2.39.2
More information about the barebox
mailing list