Closed rohansingh closed 5 years ago
Looks like the build failed due to an SSL certificate not being available or expired. Is CI broken for this repo?
Thanks for spotting this. The issue is already addressed on the development branch: PR73. Will be part of the next release on the master branch.
@rohansingh: BTW Travis CI build fix is on the way: https://github.com/GoogleCloudPlatform/iot-device-sdk-embedded-c/pull/85/files
@atigyi Awesome, thanks for the update!
Since d215cc5dc046323dbcc63400c05f9a4696941960 updated
iotc_time_t
to beint64_t
, the correct format is now%lld
. Otherwise, compilation fails when usingDIOTC_DEBUG_OUTPUT=1
.