mirror of
https://github.com/firestar5683/StarPilot.git
synced 2026-06-28 01:52:06 +08:00
Update total scons nodes
old-commit-hash: cbe1c89698a20d7eb26897c1e202bcc7d48ee1cd
This commit is contained in:
@@ -15,7 +15,7 @@ from system.version import is_dirty
|
||||
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 = 2035
|
||||
TOTAL_SCONS_NODES = 2395
|
||||
MAX_BUILD_PROGRESS = 100
|
||||
PREBUILT = os.path.exists(os.path.join(BASEDIR, 'prebuilt'))
|
||||
|
||||
|
||||
Reference in New Issue
Block a user