mirror of
https://github.com/sunnypilot/sunnypilot.git
synced 2026-02-18 20:03:53 +08:00
* 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
old-commit-hash: 72db8d890d
18 lines
390 B
YAML
18 lines
390 B
YAML
path_classifiers:
|
|
library:
|
|
- external
|
|
- phonelibs
|
|
- pyextra
|
|
- tools/lib/mkvparse
|
|
extraction:
|
|
cpp:
|
|
after_prepare:
|
|
- "pip3 install jinja2 pyyaml cython pycapnp numpy sympy tqdm cffi logentries zmq"
|
|
- "export PATH=$PWD/external/bin:$PATH"
|
|
index:
|
|
build_command: "python3 $(which scons)"
|
|
javascript:
|
|
index:
|
|
filters:
|
|
- exclude: "*"
|