ui: Bumping the total scons nodes for progress bar (#965)

Bumping the total scons nodes
This commit is contained in:
DevTekVE
2025-05-30 13:14:30 +02:00
committed by GitHub
parent be406d8f83
commit ff5b587fd1
+1 -1
View File
@@ -14,7 +14,7 @@ from openpilot.system.version import get_build_metadata
MAX_CACHE_SIZE = 4e9 if "CI" in os.environ else 2e9
CACHE_DIR = Path("/data/scons_cache" if AGNOS else "/tmp/scons_cache")
TOTAL_SCONS_NODES = 3130
TOTAL_SCONS_NODES = 3765
MAX_BUILD_PROGRESS = 100
def build(spinner: Spinner, dirty: bool = False, minimal: bool = False) -> None: