Commit Graph

7 Commits

Author SHA1 Message Date
Petteri Aimonen 0c86aff172
[nanopb] Move build script to project repository (#4640) 2020-11-13 08:22:18 -08:00
Petteri Aimonen 0e6703bd67
[nanopb] Update seed corpus handling for separate test cases (#4277) 2020-08-07 12:10:20 -07:00
Petteri Aimonen d1dc2b5e07
[nanopb] Split fuzztest to separate test cases. (#4276)
This should improve fuzzing performance.
2020-08-07 08:13:40 -07:00
Petteri Aimonen e061321735
nanopb: Fix build error, remove anaconda dependency (#3717)
This remaps /usr/bin/python as python3, because grpcio-tools support
for Python 2 has ended. Nanopb generator still uses #!/usr/bin/env python
so it would pick Python 2 by default otherwise.

Anaconda was used in a previous pull request to attempt installing a working
combination of libraries, but it is unnecessary once the version conflict was
fixed.
2020-04-27 07:33:27 -07:00
AdamKorcz 2a3d29d429
Suggested fix for broken build (#3693) 2020-04-22 08:12:39 -07:00
AdamKorcz d31872b9c2
Fixed broken build of nanopb and switched to pip3 (#3637) 2020-04-13 13:56:09 -07:00
Petteri Aimonen acaffc79a8 [nanopb] Added nanopb project (#3149) 2019-12-18 06:32:17 -08:00