This commit is contained in:
firestar5683
2026-03-27 00:48:53 -05:00
parent 431d59d731
commit 0f4bae1c77
14 changed files with 818 additions and 16 deletions
+6
View File
@@ -63,6 +63,12 @@ AddOption('--minimal',
default=os.path.exists(File('#.lfsconfig').abspath), # minimal by default on release branch (where there's no LFS)
help='the minimum build to run openpilot. no tests, tools, etc.')
AddOption('--extras',
action='store_true',
dest='extras',
default=os.path.exists(File('#.lfsconfig').abspath),
help='build optional tools/tests even when minimal is the default')
def maybe_delegate_to_laptop_device_builder() -> None:
if platform.system() != "Darwin":
return