kopia lustrzana https://github.com/pimoroni/pimoroni-pico
CI: Work around mpy_cross build quirk
rodzic
0bec453bf9
commit
65e7658741
|
@ -29,7 +29,7 @@ function micropython_clone {
|
||||||
function micropython_build_mpy_cross {
|
function micropython_build_mpy_cross {
|
||||||
cd micropython/mpy-cross
|
cd micropython/mpy-cross
|
||||||
ccache --zero-stats || true
|
ccache --zero-stats || true
|
||||||
CROSS_COMPILE="ccache " make
|
CROSS_COMPILE="ccache " USER_C_MODULES= make
|
||||||
ccache --show-stats || true
|
ccache --show-stats || true
|
||||||
cd ../../
|
cd ../../
|
||||||
}
|
}
|
||||||
|
|
Ładowanie…
Reference in New Issue