From 6edf67788b0da74d9dd1cc9279c9da87c80e8c6b Mon Sep 17 00:00:00 2001 From: Comma Device Date: Thu, 25 Mar 2021 23:14:44 -0700 Subject: [PATCH] update scons nodes old-commit-hash: 7f428eadc12a12d966447f1911d610e997fd05e4 --- selfdrive/manager/build.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/selfdrive/manager/build.py b/selfdrive/manager/build.py index 9589cbee59..84f2e48a83 100755 --- a/selfdrive/manager/build.py +++ b/selfdrive/manager/build.py @@ -13,7 +13,7 @@ from common.text_window import TextWindow from selfdrive.swaglog import cloudlog, add_file_handler from selfdrive.version import dirty -TOTAL_SCONS_NODES = 1225 +TOTAL_SCONS_NODES = 2405 MAX_BUILD_PROGRESS = 100 PREBUILT = os.path.exists(os.path.join(BASEDIR, 'prebuilt'))