mirror of
https://github.com/sunnypilot/sunnypilot.git
synced 2026-02-19 18:13:55 +08:00
Library cleanup (#1491)
* library cleanup * remove fastcv * Fix build step * bump cereal * bump cereal * Install capnp * bump * no docker cache * Update installation instructions * Needs sudo * Can we sudo? * Cache was not the problem * remove static libraries from boardd install script * Update setup script * Remove import * No capnp install in lgtm * Fix dockerfile
This commit is contained in:
5
.github/workflows/test.yaml
vendored
5
.github/workflows/test.yaml
vendored
@@ -48,8 +48,8 @@ jobs:
|
||||
cp -pR panda/ opendbc/ cereal/ $TEST_DIR
|
||||
|
||||
# need this to build on x86
|
||||
cp -pR --parents phonelibs/capnp-cpp phonelibs/zmq phonelibs/libyuv phonelibs/snpe \
|
||||
external/bin external/capnp selfdrive/modeld/runners $TEST_DIR
|
||||
cp -pR --parents phonelibs/libyuv phonelibs/snpe \
|
||||
external/bin selfdrive/modeld/runners $TEST_DIR
|
||||
|
||||
# need these so docker copy won't fail
|
||||
cp Pipfile Pipfile.lock flake8_openpilot.sh pylint_openpilot.sh .pylintrc \
|
||||
@@ -198,4 +198,3 @@ jobs:
|
||||
run: |
|
||||
docker commit tmppilot tmppilotci
|
||||
$CI_RUN "cd /tmp/openpilot && bash <(curl -s https://codecov.io/bash) -Z -F test_car_models"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user