mirror of
https://github.com/espruino/Espruino.git
synced 2025-12-08 19:06:15 +00:00
remove 4M combined file as per https://github.com/espruino/Espruino/issues/1309
This commit is contained in:
parent
2f6be6a19d
commit
29f88fe8a0
@ -109,9 +109,6 @@ do
|
||||
cp ${ESP_BINARY_NAME}_combined_512.bin $ZIPDIR || { echo "Build of $BOARDNAME failed" ; exit 1; }
|
||||
elif [ "$BOARDNAME" == "ESP8266_4MB" ]; then
|
||||
tar -C $ZIPDIR -xzf ${ESP_BINARY_NAME}.tgz || { echo "Build of $BOARDNAME failed" ; exit 1; }
|
||||
# build a combined image
|
||||
bash -c "$EXTRADEFS RELEASE=1 BOARD=$BOARDNAME make combined" || { echo "Build of $BOARDNAME failed" ; exit 1; }
|
||||
cp ${ESP_BINARY_NAME}_combined_4096.bin $ZIPDIR || { echo "Build of $BOARDNAME failed" ; exit 1; }
|
||||
else
|
||||
echo Copying ${ESP_BINARY_NAME} to $ZIPDIR/$NEW_BINARY_NAME
|
||||
cp ${ESP_BINARY_NAME} $ZIPDIR/$NEW_BINARY_NAME || { echo "Build of $BOARDNAME failed" ; exit 1; }
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user