Skip to content

Commit

Permalink
Update build.sh
Browse files Browse the repository at this point in the history
remove tests from nanbox
  • Loading branch information
v923z committed Sep 21, 2022
1 parent 0c807bd commit 5ccfa5c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 5ccfa5c

Please sign in to comment.