From fafca98114c30ca70d65ea323dd3725f685f688e Mon Sep 17 00:00:00 2001 From: Arnaud Pouliquen Date: Tue, 13 Jan 2026 11:16:34 +0100 Subject: [PATCH] CI: Update QEMU Xtensa board name The board "qemu_xtensa" has been renamed to "qemu_xtensa/dc233c" and deprecated in the Zephyr commit: https://github.com/zephyrproject-rtos/zephyr/commit/84c12ab5b5faf478cd264e090ffc4912048813e7 Signed-off-by: Arnaud Pouliquen --- .github/actions/build_ci/entrypoint.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/actions/build_ci/entrypoint.sh b/.github/actions/build_ci/entrypoint.sh index 43c23e34..c99a54cd 100755 --- a/.github/actions/build_ci/entrypoint.sh +++ b/.github/actions/build_ci/entrypoint.sh @@ -106,7 +106,7 @@ build_zephyr(){ make VERBOSE=1 || exit 1 cd .. && echo "###### Build for qemu_xtensa ######" && - cmake . -DWITH_ZEPHYR=on -DBOARD=qemu_xtensa -DWITH_TESTS=on -Bbuild-zephyr-xtensa && + cmake . -DWITH_ZEPHYR=on -DBOARD=qemu_xtensa/dc233c -DWITH_TESTS=on -Bbuild-zephyr-xtensa && cd build-zephyr-xtensa && cd .. && echo "###### Build for qemu_riscv64 ######" &&