IQ.Pilot Release Commit @ 0b96bd5

This commit is contained in:
IQ.Lvbs CI [bot]
2026-09-02 16:46:45 -05:00
parent 4fb3da761f
commit 7745f48100
162 changed files with 12835 additions and 9476 deletions

View File

@@ -25,7 +25,7 @@ import site_init # noqa: F401
# capnp's kj library warns when $PWD is stale (doesn't match the real cwd); keep them in sync
os.environ.pop('PWD', None)
Decider('MD5-timestamp')
Decider('MD5' if os.uname().machine == 'aarch64' else 'MD5-timestamp')
SetOption('num_jobs', max(1, int(os.cpu_count()/2)))