rt-thread
rt-thread copied to clipboard
提议:CI 中增加 qemu aarch64 平台下运行的 utest
目前大多数 utest 都是配置为 vexpress a9 平台下运行。但由于 RTT 内核需要运行在众多平台上,其中有很多条件编译的代码。而单独使用 vexpress a9 显然难以覆盖到足够的使用场景。比如 SMP 相关的部分现在 utest 就没有覆盖到。这样,类似 https://github.com/RT-Thread/rt-thread/pull/8485 这类问题,在 CI 就可以利用 utest 拦截下来。所以建议增加一个 64 位多核的 qemu aarch64 作为第二个测试平台。