build_release: rm panda obj dir

old-commit-hash: 73e3d69b8d03796ba1558aef8320331b9c3d2e8a
This commit is contained in:
Adeeb Shihadeh
2023-07-27 13:14:21 -07:00
committed by GitHub
parent 68aba7cef4
commit 42d8a5ffc6

View File

@@ -55,6 +55,7 @@ git commit -a -m "openpilot v$VERSION release"
# Build panda firmware
pushd panda/
CERT=/data/pandaextra/certs/release RELEASE=1 scons -u .
rm -rf /tmp/panda_obj/
mkdir /tmp/panda_obj/
mv board/obj/panda.bin.signed board/obj/panda_h7.bin.signed board/obj/bootstub.panda.bin board/obj/bootstub.panda_h7.bin /tmp/panda_obj/
popd