release2 build: fix panda build and remove DLC model file

old-commit-hash: 9ce62c3984bad9bffb14fd2f52d77f51d2d82636
This commit is contained in:
Adeeb Shihadeh
2021-03-28 23:48:20 -07:00
parent ee9bc8cf08
commit 95453b3349
+2 -1
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