release2 build: fix panda build and remove DLC model file

albatross
Adeeb Shihadeh 2021-03-28 23:48:20 -07:00
parent 624065cb5b
commit 9ce62c3984
1 changed files with 2 additions and 1 deletions

View File

@ -42,7 +42,7 @@ git commit -m "openpilot v$VERSION"
# Build signed panda firmware
pushd panda/
CERT=/tmp/pandaextra/certs/release RELEASE=1 scons
CERT=/tmp/pandaextra/certs/release RELEASE=1 scons -u .
mv board/obj/panda.bin.signed /tmp/panda.bin.signed
popd
@ -63,6 +63,7 @@ find . -name '*.pyc' -delete
find . -name '__pycache__' -delete
rm -rf panda/board panda/certs panda/crypto
rm -rf .sconsign.dblite Jenkinsfile release/
rm models/supercombo.dlc
# Move back signed panda fw
mkdir -p panda/board/obj