op: add -u to scons command line (#38348)

This commit is contained in:
Adeeb Shihadeh
2026-07-15 15:39:56 -07:00
committed by GitHub
parent 2b1fd89064
commit db99c8e5a6
+1 -2
View File
@@ -311,8 +311,7 @@ function op_build() {
# needed on AGNOS to not run out of memory
op_run_command openpilot/system/manager/build.py
else
# scons is fine on PC
op_run_command scons "$@"
op_run_command scons -u "$@"
fi
}