File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 5757 - name : Clone and build circuitpython unix port
5858 run : |
5959 set -e
60- [ -e circuitpython/py/py.mk ] || git clone --branch=6.0.0-alpha.3 -- depth=1 https://github.com/adafruit/circuitpython
60+ [ -e circuitpython/py/py.mk ] || git clone --depth=1 https://github.com/adafruit/circuitpython
6161 [ -e circuitpython/lib/libffi/autogen.sh ] || (cd circuitpython && git submodule update --init lib/libffi lib/axtls lib/berkeley-db-1.xx tools/huffman lib/uzlib extmod/ulab)
6262 [ -x circuitpython/ports/unix/micropython ] || (
6363 make -C circuitpython/mpy-cross -j$(nproc)
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ if [ -d examples ]; then
1919fi
2020
2121echo " === Clone and build circuitpython unix port"
22- [ -e circuitpython/py/py.mk ] || git clone --branch=6.0.0-alpha.3 -- depth=1 https://github.com/adafruit/circuitpython
22+ [ -e circuitpython/py/py.mk ] || git clone --depth=1 https://github.com/adafruit/circuitpython
2323[ -e circuitpython/lib/libffi/autogen.sh ] || (cd circuitpython && git submodule update --init lib/libffi lib/axtls lib/berkeley-db-1.xx tools/huffman lib/uzlib extmod/ulab)
2424[ -x circuitpython/ports/unix/micropython ] || (
2525make -C circuitpython/mpy-cross -j$( nproc)
You can’t perform that action at this time.
0 commit comments