mirror of
https://github.com/OpenAMP/libmetal.git
synced 2026-02-05 02:50:08 +08:00
CI: Update QEMU Xtensa board name
The board "qemu_xtensa" has been renamed to "qemu_xtensa/dc233c" and
deprecated in the Zephyr commit:
84c12ab5b5
Signed-off-by: Arnaud Pouliquen <arnaud.pouliquen@foss.st.com>
This commit is contained in:
committed by
Arnaud Pouliquen
parent
5bdf21a54f
commit
9196a664c4
2
.github/actions/build_ci/entrypoint.sh
vendored
2
.github/actions/build_ci/entrypoint.sh
vendored
@@ -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 ######" &&
|
||||
|
||||
Reference in New Issue
Block a user