mirror of
https://github.com/sunnypilot/sunnypilot.git
synced 2026-02-18 20:03:53 +08:00
don't build cabana unless extras (#26072)
don't build cabana on device
this caused CI to fail for xx since qt libs aren't installed in CI docker
old-commit-hash: 41f520c254
This commit is contained in:
@@ -434,9 +434,10 @@ SConscript(['selfdrive/navd/SConscript'])
|
||||
if arch in ['x86_64', 'Darwin'] or GetOption('extras'):
|
||||
SConscript(['tools/replay/SConscript'])
|
||||
|
||||
opendbc = abspath([File('opendbc/can/libdbc.so')])
|
||||
Export('opendbc')
|
||||
SConscript(['tools/cabana/SConscript'])
|
||||
if arch in ['x86_64', 'Darwin'] and GetOption('extras'):
|
||||
opendbc = abspath([File('opendbc/can/libdbc.so')])
|
||||
Export('opendbc')
|
||||
SConscript(['tools/cabana/SConscript'])
|
||||
|
||||
if GetOption('test'):
|
||||
SConscript('panda/tests/safety/SConscript')
|
||||
|
||||
Reference in New Issue
Block a user