[openssl-commits] Still Failing: openssl/openssl#21353 (master - ecc347f)

Travis CI builds at travis-ci.org
Mon Oct 29 14:13:57 UTC 2018


Build Update for openssl/openssl
-------------------------------------

Build: #21353
Status: Still Failing

Duration: 26 mins and 13 secs
Commit: ecc347f (master)
Author: Richard Levitte
Message: Windows build: build foo.d after foo.obj

We made the build of foo.obj depend on foo.d, meaning the latter gets
built first.  Unfortunately, the way the compiler works, we are forced
to redirect all output to foo.d, meaning that if the source contains
an error, the build fails without showing those errors.

We therefore remove the dependency and force the build of foo.d to
always happen after build of foo.obj.

Reviewed-by: Tim Hudson <tjh at openssl.org>
(Merged from https://github.com/openssl/openssl/pull/7469)

View the changeset: https://github.com/openssl/openssl/compare/60690b5b8396...ecc347f5f53a

View the full build log and details: https://travis-ci.org/openssl/openssl/builds/447790892?utm_medium=notification&utm_source=email

--

You can unsubscribe from build emails from the openssl/openssl repository going to https://travis-ci.org/account/preferences/unsubscribe?repository=5849220&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.

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mta.openssl.org/pipermail/openssl-commits/attachments/20181029/deefcec2/attachment.html>


More information about the openssl-commits mailing list