Broken: openssl/openssl#23164 (master - 3405db9)

Travis CI builds at travis-ci.org
Sat Feb 16 16:25:58 UTC 2019


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

Build: #23164
Status: Broken

Duration: 23 mins and 57 secs
Commit: 3405db9 (master)
Author: Andy Polyakov
Message: ARM assembly pack: make it Windows-friendly.

"Windows friendliness" means a) flipping .thumb and .text directives,
b) always generate Thumb-2 code when asked(*); c) Windows-specific
references to external OPENSSL_armcap_P.

(*) so far *some* modules were compiled as .code 32 even if Thumb-2
was targeted. It works at hardware level because processor can alternate
between the modes with no overhead. But clang --target=arm-windows's
builtin assembler just refuses to compile .code 32...

Reviewed-by: Paul Dale <paul.dale at oracle.com>
Reviewed-by: Richard Levitte <levitte at openssl.org>
(Merged from https://github.com/openssl/openssl/pull/8252)

View the changeset: https://github.com/openssl/openssl/compare/b2b580fe445e...3405db97e544

View the full build log and details: https://travis-ci.org/openssl/openssl/builds/494247454?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/20190216/087bdc30/attachment-0001.html>


More information about the openssl-commits mailing list