mirror of
https://github.com/dragonpilot/dragonpilot.git
synced 2026-07-08 22:42:05 +08:00
increase scons cache size for CI devices
This commit is contained in:
@@ -14,7 +14,7 @@ from selfdrive.hardware import TICI
|
||||
from selfdrive.swaglog import cloudlog, add_file_handler
|
||||
from selfdrive.version import get_dirty
|
||||
|
||||
MAX_CACHE_SIZE = 2e9
|
||||
MAX_CACHE_SIZE = 4e9 if "CI" in os.environ else 2e9
|
||||
CACHE_DIR = Path("/data/scons_cache" if TICI else "/tmp/scons_cache")
|
||||
|
||||
TOTAL_SCONS_NODES = 2405
|
||||
|
||||
Reference in New Issue
Block a user