strands-project / mongodb_store

MongoDB tools for storing and analysing runs of ROS systems.
BSD 3-Clause "New" or "Revised" License
49 stars 72 forks source link

had to add `ca-certificates` as `build_depend` #199

Closed marc-hanheide closed 6 years ago

marc-hanheide commented 6 years ago

as the build step (git clone) in the cmake command to build the binary packages failed.

@hawesie this is your birthday present ;-)

The problem was that the binary package wouldn't build as it involved calling git clone which won't work because it can't check the authenticity of github.com without ca-certificates being installed at build time. Please re-release once this is done.

It works on the new build-farm because the build environment always already includes the ca-certificates, but we can't assume it.

marc-hanheide commented 6 years ago

retest this please

marc-hanheide commented 6 years ago

The test from the new build farm passed. I don't understand what is wrong with the other to be honest, but I would advise to merge anyway and re-release.