use scons cache by default (#21102)

* always use scons cache

* cleanup
old-commit-hash: a0dabd94e9d04fdc772b3cb34b6cd016da29d971
This commit is contained in:
Adeeb Shihadeh
2021-06-01 17:12:32 -07:00
committed by GitHub
parent 387d5b88a0
commit fb62002e92
6 changed files with 9 additions and 13 deletions
+1 -1
View File
@@ -49,7 +49,7 @@ popd
# Build stuff
ln -sfn /data/openpilot /data/pythonpath
export PYTHONPATH="/data/openpilot:/data/openpilot/pyextra"
SCONS_CACHE=1 scons -j3
scons -j3
# Run tests
python selfdrive/manager/test/test_manager.py
+1 -1
View File
@@ -65,7 +65,7 @@ popd
# Build
export PYTHONPATH="$BUILD_DIR"
SCONS_CACHE=1 scons -j$(nproc)
scons -j$(nproc)
# Run tests
#python selfdrive/manager/test/test_manager.py