mirror of
https://github.com/firestar5683/StarPilot.git
synced 2026-08-21 08:14:00 +08:00
use scons cache by default (#21102)
* always use scons cache * cleanup old-commit-hash: a0dabd94e9d04fdc772b3cb34b6cd016da29d971
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user