Skip to content

Commit

Permalink
CI: Work around mpy_cross build quirk
Browse files Browse the repository at this point in the history
  • Loading branch information
Gadgetoid committed Jan 15, 2025
1 parent 63ec6f8 commit 8365574
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 8365574

Please sign in to comment.