fix build in master_ci (#33900)

fix
pull/33901/head
Maxime Desroches 6 months ago committed by GitHub
parent 3e1e9892a0
commit 366d6abeb1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 2
      release/build_release.sh

@ -50,7 +50,7 @@ git commit -a -m "openpilot v$VERSION release"
export PYTHONPATH="$BUILD_DIR" export PYTHONPATH="$BUILD_DIR"
scons -j$(nproc) --minimal scons -j$(nproc) --minimal
if [ -z "PANDA_DEBUG_BUILD" ]; then if [ -z "$PANDA_DEBUG_BUILD" ]; then
# release panda fw # release panda fw
CERT=/data/pandaextra/certs/release RELEASE=1 scons -j$(nproc) panda/ CERT=/data/pandaextra/certs/release RELEASE=1 scons -j$(nproc) panda/
else else

Loading…
Cancel
Save