Skip to content

Commit

Permalink
bump up installer size (commaai#30722)
Browse files Browse the repository at this point in the history
  • Loading branch information
adeebshihadeh authored Dec 14, 2023
1 parent bd8a99b commit 2b12a49
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion selfdrive/ui/SConscript
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ if GetOption('extras') and arch != "Darwin":
obj = senv.Object(f"installer/installers/installer_{name}.o", ["installer/installer.cc"], CPPDEFINES=d)
f = senv.Program(f"installer/installers/installer_{name}", [obj, cont[brand]], LIBS=qt_libs)
# keep installers small
assert f[0].get_size() < 300*1e3
assert f[0].get_size() < 350*1e3

# build watch3
if arch in ['x86_64', 'aarch64', 'Darwin'] or GetOption('extras'):
Expand Down

0 comments on commit 2b12a49

Please sign in to comment.