Skip to content

Commit cbe3e4c

Browse files
committed
continue chasing cp+mac build errors
1 parent 91076ad commit cbe3e4c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build-cp.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,8 @@ rm -rf circuitpython/extmod/ulab; ln -s "$HERE" circuitpython/extmod/ulab
4242
make -C circuitpython/mpy-cross -j$NPROC
4343
sed -e '/MICROPY_PY_UHASHLIB/s/1/0/' < circuitpython/ports/unix/mpconfigport.h > circuitpython/ports/unix/mpconfigport_ulab.h
4444
# Work around circuitpython#3990
45-
make -C circuitpython/ports/unix -j$NPROC DEBUG=1 MICROPY_USE_READLINE=0 MICROPY_PY_FFI=0 MICROPY_PY_BTREE=0 MICROPY_SSL_AXTLS=0 MICROPY_PY_USSL=0 CFLAGS_EXTRA='-DMP_CONFIGFILE="<mpconfigport_ulab.h>"' build/genhdr/qstrdefs.generated.h
46-
make -k -C circuitpython/ports/unix -j$NPROC DEBUG=1 MICROPY_USE_READLINE=0 MICROPY_PY_FFI=0 MICROPY_PY_BTREE=0 MICROPY_SSL_AXTLS=0 MICROPY_PY_USSL=0 CFLAGS_EXTRA='-DMP_CONFIGFILE="<mpconfigport_ulab.h>"'
45+
make -C circuitpython/ports/unix -j$NPROC DEBUG=1 MICROPY_PY_FFI=0 MICROPY_PY_BTREE=0 MICROPY_SSL_AXTLS=0 MICROPY_PY_USSL=0 CFLAGS_EXTRA='-DMP_CONFIGFILE="<mpconfigport_ulab.h>" -Wno-tautological-constant-out-of-range-compare' build/genhdr/qstrdefs.generated.h
46+
make -k -C circuitpython/ports/unix -j$NPROC DEBUG=1 MICROPY_PY_FFI=0 MICROPY_PY_BTREE=0 MICROPY_SSL_AXTLS=0 MICROPY_PY_USSL=0 CFLAGS_EXTRA='-DMP_CONFIGFILE="<mpconfigport_ulab.h>" -Wno-tautological-constant-out-of-range-compare'
4747

4848
for dir in "circuitpy" "common"
4949
do

0 commit comments

Comments
 (0)