Bump total scons nodes

old-commit-hash: cb50244a89fde385f55b2f6ad3ecd83c9b8f5c3a
This commit is contained in:
Shane Smiskol
2023-02-02 13:03:53 -08:00
committed by GitHub
parent 2773a89621
commit 9710be7ba1

View File

@@ -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 = 2395
TOTAL_SCONS_NODES = 2460
MAX_BUILD_PROGRESS = 100
PREBUILT = os.path.exists(os.path.join(BASEDIR, 'prebuilt'))