Skip to content

Commit

Permalink
CI: Workaround silly mpy-cross build wart.
Browse files Browse the repository at this point in the history
  • Loading branch information
Gadgetoid committed Nov 25, 2024
1 parent 094b5d0 commit 3f336d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci/micropython.sh
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,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 ../../
}
Expand Down

0 comments on commit 3f336d7

Please sign in to comment.