Errored: openssl/openssl#37668 (master - 0ce47b3)

Travis CI builds at travis-ci.com
Wed Sep 23 13:13:43 UTC 2020


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

Build: #37668
Status: Errored

Duration: 1 hr, 18 mins, and 31 secs
Commit: 0ce47b3 (master)
Author: Richard Levitte
Message: Configurations/unix-Makefile.tmpl: make cleanup kinder

The removal of certain types of files we structured like this:

    -$(RM) `find . {{options}} -print`

This isn't very kind for shells with limited command line lengths
(even when that limit is generous, in our case), so we rewrite those
like this:

    -find . {{options}} -exec $(RM) {} \;

Fixes #12938

Reviewed-by: Tomas Mraz <tmraz at fedoraproject.org>
Reviewed-by: Dmitry Belyavskiy <beldmit at gmail.com>
(Merged from https://github.com/openssl/openssl/pull/12939)

View the changeset: https://github.com/openssl/openssl/compare/e771249c4f6b...0ce47b35c7e6

View the full build log and details: https://travis-ci.com/github/openssl/openssl/builds/186166191?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.

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://mta.openssl.org/pipermail/openssl-commits/attachments/20200923/5a71f6a8/attachment-0001.html>


More information about the openssl-commits mailing list