From 9d2da98bcffaf9088dcc444a5839a42bea2e5b56 Mon Sep 17 00:00:00 2001 From: Phil Howard Date: Tue, 14 Jan 2025 13:09:31 +0000 Subject: [PATCH] CI: Workaround silly mpy-cross build wart. --- ci/micropython.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ci/micropython.sh b/ci/micropython.sh index 0a4b53a..f1a24c4 100644 --- a/ci/micropython.sh +++ b/ci/micropython.sh @@ -30,7 +30,7 @@ function micropython_clone { function micropython_build_mpy_cross { cd micropython/mpy-cross ccache --zero-stats || true - CROSS_COMPILE="ccache " make + CROSS_COMPILE="ccache " USER_C_MODULES= make ccache --show-stats || true cd ../../ } @@ -62,4 +62,4 @@ function cmake_build { ccache --show-stats || true cd build-$BOARD_NAME cp firmware.uf2 $RELEASE_FILE.uf2 -} \ No newline at end of file +}