Build Update for openssl/openssl ------------------------------------- Build: #37234 Status: Still Failing
Duration: 1 hr, 19 mins, and 6 secs Commit: 385deae (master) Author: Richard Levitte Message: Building: Build Unix static libraries one object file at a time We're hitting problems that the 'ar' command line becomes too long for some 'make' versions, or the shell it uses. We therefore change the way we create a static library by doing so one object file at a time. This is slower, but has better guarantees to work properly on limited systems. Fixes #12116 Reviewed-by: David von Oheimb <[email protected]> (Merged from https://github.com/openssl/openssl/pull/12706) View the changeset: https://github.com/openssl/openssl/compare/6353507e9d4a...385deae79f26 View the full build log and details: https://travis-ci.com/github/openssl/openssl/builds/183062975?utm_medium=notification&utm_source=email -- You can unsubscribe from build emails from the openssl/openssl repository going to https://travis-ci.com/account/preferences/unsubscribe?repository=13885459&utm_medium=notification&utm_source=email. Or unsubscribe from *all* email updating your settings at https://travis-ci.com/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.
