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.
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.
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.