Update build.sh
remove tests from nanbox
This commit is contained in:
parent
0c807bd912
commit
5ccfa5cdd9
1 changed files with 0 additions and 1 deletions
1
build.sh
1
build.sh
|
|
@ -66,6 +66,5 @@ make -C micropython/ports/unix -j${NPROC} USER_C_MODULES="${HERE}" DEBUG=1 STRIP
|
|||
# macOS doesn't support i386 builds so only build on linux.
|
||||
if [ $PLATFORM = linux ]; then
|
||||
make -C micropython/ports/unix -j${NPROC} VARIANT=nanbox USER_C_MODULES="${HERE}" DEBUG=1 STRIP=: MICROPY_PY_FFI=0 MICROPY_PY_BTREE=0 CFLAGS_EXTRA=-DULAB_MAX_DIMS=$dims CFLAGS_EXTRA+=-DULAB_HASH=$GIT_HASH BUILD=build-nanbox-$dims PROG=micropython-nanbox-$dims
|
||||
bash test-common.sh "${dims}" "micropython/ports/unix/micropython-$dims"
|
||||
fi
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue