Skip to content

Commit 70bb728

Browse files
agattidpgeorge
authored andcommitted
tools/ci.sh: Let QEMU try to build with a user module.
This commit brings the QEMU port in line with other ports when it comes to making sure the port builds with a user module to be part of the main interpreter. To not impact too much on the build time, only the `MPS2_AN385` board does this as there'd be just too many targets to test, for not much gain. Signed-off-by: Alessandro Gatti <a.gatti@frob.it>
1 parent 1ff9f9e commit 70bb728

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tools/ci.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -406,7 +406,7 @@ function ci_qemu_build_arm_sabrelite {
406406

407407
function ci_qemu_build_arm_thumb_softfp {
408408
ci_qemu_build_arm_prepare
409-
make BOARD=MPS2_AN385 ${MAKEOPTS} -C ports/qemu test_full
409+
make BOARD=MPS2_AN385 ${MAKEOPTS} -C ports/qemu USER_C_MODULES=../../examples/usercmodule test_full
410410

411411
# Test building native .mpy with ARM-M softfp architectures.
412412
ci_native_mpy_modules_build armv6m

0 commit comments

Comments
 (0)