disable rebuild of bootloader

This commit is contained in:
Jay Lee
2021-05-11 14:00:06 -04:00
parent 91a93ecd62
commit a7043a1359

View File

@ -163,7 +163,7 @@ jobs:
else else
TARGETARCH="" TARGETARCH=""
fi fi
$python ./waf all $TARGETARCH #$python ./waf all $TARGETARCH
cd .. cd ..
$python setup.py install $python setup.py install
#$pip install pyinstaller #$pip install pyinstaller