y no more nproc

This commit is contained in:
discountchubbs
2026-09-09 00:08:41 -07:00
parent fd075878dd
commit c634f6ed8e
+1 -1
View File
@@ -22,7 +22,7 @@ jobs:
with:
submodules: true
- run: ./tools/op.sh setup
- run: scons -j$(nproc) openpilot/cereal msgq_repo openpilot/common
- run: scons -j$(nproc 2>/dev/null || sysctl -n hw.logicalcpu) openpilot/cereal msgq_repo openpilot/common
- name: Fetch Big Model ONNX
run: |
mkdir -p /tmp/onnx_models