mirror of
https://github.com/firestar5683/StarPilot.git
synced 2026-08-21 00:03:45 +08:00
update TOTAL_SCONS_NODES
from https://github.com/commaai/openpilot/commit/8c15c5b0d6e6bfa92aac8ef3a3161d001d0392ef old-commit-hash: 280a284b760c2a0519ffedcdb7228be23c90edf9
This commit is contained in:
@@ -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 = 2410
|
||||
TOTAL_SCONS_NODES = 2820
|
||||
MAX_BUILD_PROGRESS = 100
|
||||
|
||||
def build(spinner: Spinner, dirty: bool = False, minimal: bool = False) -> None:
|
||||
|
||||
Reference in New Issue
Block a user