Wzx/esp32c6 - #443
Conversation
|
build_prs #443 vivoblueos/build#74 vivoblueos/external#34 |
|
Job is started, see https://github.com/vivoblueos/kernel/actions/runs/31007516810. |
|
❌ Job failed. Failed jobs: check_format (failure), build_and_check_boards (failure), see https://github.com/vivoblueos/kernel/actions/runs/31007516810. |
|
build_prs #443 vivoblueos/build#74 vivoblueos/external#34 |
|
Job is started, see https://github.com/vivoblueos/kernel/actions/runs/31012540999. |
|
❌ Job failed. Failed jobs: check_format (failure), build_and_check_boards (failure), see https://github.com/vivoblueos/kernel/actions/runs/31012540999. |
|
build_prs #443 vivoblueos/build#74 vivoblueos/external#34 |
|
Job is started, see https://github.com/vivoblueos/kernel/actions/runs/31064271657. |
|
❌ Job failed. Failed jobs: check_format (failure), build_and_check_boards (failure), see https://github.com/vivoblueos/kernel/actions/runs/31064271657. |
|
Job is started, see https://github.com/vivoblueos/kernel/actions/runs/31080413180. |
|
❌ Job failed. Failed jobs: check_format (failure), build_and_check_boards (failure), see https://github.com/vivoblueos/kernel/actions/runs/31080413180. |
| // which does not support on qemu yet, so we skip this test on them for now. | ||
| // See https://github.com/espressif/esp-toolchain-docs/blob/main/qemu/README.md | ||
| #[cfg_attr(not(soc_esp32c3), test)] | ||
| #[cfg_attr(not(any(soc_esp32c3, soc_esp32c6)), test)] |
There was a problem hiding this comment.
It's unnecessary to add the soc_esp32c6 cfg flag there. Because we don't test soc_esp32c6 board in qemu
esp32c6跑通shell