driplineorg / dripline-cpp

C++ Implementation of the Dripline framework
http://driplineorg.github.io
Apache License 2.0
1 stars 0 forks source link

Hotfix/2.4.1 #63

Closed nsoblath closed 4 years ago

nsoblath commented 4 years ago

Use of dripline-cpp as a submodule-based dependency was not working because of how SimpleAmqpClient was being built. I changed it to a ExternalProject in CMake. I also improved the way the CMake config files are produced under PackageBuilder with an update to Scarab (now v3.2.2).

laroque commented 4 years ago

@nsoblath it looks like the failed builds are real fails (not the travis VM start up fails we see often).

nsoblath commented 4 years ago

@laroque The test builds are still running, but the problem appears to be fixed. I'll keep an eye out for further problems.