mirror of
https://github.com/MoreTore/openpilot.git
synced 2026-08-05 08:16:06 +08:00
MSGQ refactor: cleanup outstanding issues (#32685)
* Rm sim dockerfile from bad merge * Add watch back * Fix watch3 compilation old-commit-hash: 1b2bd205b81bb473bbe176b58250fe038963d1f6
This commit is contained in:
@@ -125,6 +125,5 @@ if GetOption('extras') and arch != "Darwin":
|
||||
assert f[0].get_size() < 350*1e3
|
||||
|
||||
# build watch3
|
||||
#FIXME
|
||||
#if arch in ['x86_64', 'aarch64', 'Darwin'] or GetOption('extras'):
|
||||
# qt_env.Program("watch3", ["watch3.cc"], LIBS=qt_libs + ['common', 'json11', 'zmq', 'visionipc', 'msgq'])
|
||||
if arch in ['x86_64', 'aarch64', 'Darwin'] or GetOption('extras'):
|
||||
qt_env.Program("watch3", ["watch3.cc"], LIBS=qt_libs + ['common', 'json11', 'msgq', 'visionipc'])
|
||||
|
||||
Reference in New Issue
Block a user