try no scons (#3194)

* try no scons

* lil more

* lil more

* lazy

* fix ty
This commit is contained in:
Adeeb Shihadeh
2026-03-11 11:23:38 -07:00
committed by GitHub
parent 2d52887bee
commit ddeba888a3
22 changed files with 252 additions and 274 deletions

View File

@@ -49,7 +49,6 @@ jobs:
- name: Run mutation tests
run: |
source setup.sh
scons -j8
python opendbc/safety/tests/mutation.py
car_diff:
@@ -61,10 +60,6 @@ jobs:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Build opendbc
run: |
source setup.sh
scons -j8
- name: Test car diff
if: github.event_name == 'pull_request'
run: source setup.sh && python opendbc/car/tests/car_diff.py | tee diff.txt

View File

@@ -15,7 +15,6 @@ jobs:
- name: Generate Car Docs
run: |
pip install -e .
scons -c && scons -j$(nproc)
python -m pip install jinja2==3.1.4
python opendbc/car/docs.py
- uses: stefanzweifel/git-auto-commit-action@8621497c8c39c72f3e2a999a26b4ca1b5058a842