[openssl-commits] [openssl] master update
Andy Polyakov
appro at openssl.org
Fri Aug 31 08:57:36 UTC 2018
The branch master has been updated
via 13da3ad00c80e1da816ca27f6c15b0ecee1bb0b8 (commit)
from 67afcfd35b9b429493947594becf4e269bcd1a5b (commit)
- Log -----------------------------------------------------------------
commit 13da3ad00c80e1da816ca27f6c15b0ecee1bb0b8
Author: Andy Polyakov <appro at openssl.org>
Date: Tue Aug 28 22:06:26 2018 +0200
Revert ".travis.yml: omit linux-ppc64le target."
IBM POWER Open Source Ecosystem division asserts commitment to providing
more reliable service. GH#7016.
This reverts commit 275bfc56a6c4efa7e80c8cbb11fda0c3f9be818d.
Reviewed-by: Paul Dale <paul.dale at oracle.com>
Reviewed-by: Matt Caswell <matt at openssl.org>
Reviewed-by: Richard Levitte <levitte at openssl.org>
-----------------------------------------------------------------------
Summary of changes:
.travis.yml | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/.travis.yml b/.travis.yml
index d755d8f..764da28 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -32,10 +32,10 @@ env:
matrix:
include:
- #- os: linux-ppc64le
- # sudo: false
- # compiler: clang
- # env: CONFIG_OPTS="--strict-warnings -D__NO_STRING_INLINES"
+ - os: linux-ppc64le
+ sudo: false
+ compiler: clang
+ env: CONFIG_OPTS="--strict-warnings -D__NO_STRING_INLINES"
- os: linux
addons:
apt:
More information about the openssl-commits
mailing list