CI: Workaround silly mpy-cross build wart.
This commit is contained in:
parent
819346e4a8
commit
9d2da98bcf
@ -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 ../../
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user