
Build Update for libvirt/libvirt ------------------------------------- Build: #1900 Status: Fixed Duration: 15 mins and 10 secs Commit: 45b439c (master) Author: Eric Blake Message: examples: Work around lack of mingw localtime_r() mingw lacks localtime_r(); we were getting it from gnulib. But since commit acf522e8 stopped linking examples against gnulib, we are getting a build failure. Keep the examples standalone, and work around mingw by using the non-reentrant localtime() (safe since our examples are single-threaded), and add a necessary exemption to our syntax check. Signed-off-by: Eric Blake <eblake@redhat.com> Reviewed-by: John Ferlan <jferlan@redhat.com> View the changeset: https://github.com/libvirt/libvirt/compare/4abd8d01cdd8...45b439c3af00 View the full build log and details: https://travis-ci.org/libvirt/libvirt/builds/477035263?utm_medium=notification&utm_source=email -- You can unsubscribe from build emails from the libvirt/libvirt repository going to https://travis-ci.org/account/preferences/unsubscribe?repository=4872032&utm_medium=notification&utm_source=email. Or unsubscribe from *all* email updating your settings at https://travis-ci.org/account/preferences/unsubscribe?utm_medium=notification&utm_source=email. Or configure specific recipients for build notifications in your .travis.yml file. See https://docs.travis-ci.com/user/notifications.