Closed fsaad closed 7 years ago
Feel free to submit a pr. You'll probably need to apt-get install protobuf-compiler in .travis.yml to make the build work on travis ci. https://github.com/posterior/distributions/blob/master/.travis.yml#L11
This issue explains the failures happening on Travis with DISTRIBUTIONS_USE_PROTOBUF=1
: https://travis-ci.org/posterior/distributions/jobs/297802278#L654
When running
make
, the following error message is thrownThe solution is to remove the offending file, and rebuild
schema.pb.h
usingmake protobuf
:Now running
make
is successful.