]> git.ipfire.org Git - thirdparty/openssl.git/commit
.travis.yml: add pair of linux-ppc64le targets.
authorAndy Polyakov <appro@openssl.org>
Mon, 7 May 2018 19:56:04 +0000 (21:56 +0200)
committerAndy Polyakov <appro@openssl.org>
Thu, 10 May 2018 09:35:01 +0000 (11:35 +0200)
commit41b77d54472b4aac709bd0699dc64d85ae529a94
treed8f405a828fa40e7835b91da3df6631231a67c08
parenta01b9cd5a76ea45e083dbf2ca002ca44ce3f525f
.travis.yml: add pair of linux-ppc64le targets.

One is clang --strict-warnings and one gcc sanitizer extended test.
Sanitizer build is quite expensive, can take >30 mins and is commented
for occasions when there is reason to believe that PPC-specific problem
can be diagnosed with sanitizer.

Reviewed-by: Rich Salz <rsalz@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/6192)
.travis.yml