mirror of
https://github.com/QuasarApp/openssl.git
synced 2025-04-29 19:24:37 +00:00
Update to xenial
[extended tests] Reviewed-by: Richard Levitte <levitte@openssl.org> (Merged from https://github.com/openssl/openssl/pull/8411)
This commit is contained in:
parent
52eb5b7ca4
commit
16161a30f2
64
.travis.yml
64
.travis.yml
@ -1,4 +1,4 @@
|
|||||||
dist: trusty
|
dist: xenial
|
||||||
sudo: required
|
sudo: required
|
||||||
|
|
||||||
osx_image: xcode9.3
|
osx_image: xcode9.3
|
||||||
@ -37,16 +37,10 @@ matrix:
|
|||||||
compiler: clang
|
compiler: clang
|
||||||
env: CONFIG_OPTS="--strict-warnings -D__NO_STRING_INLINES"
|
env: CONFIG_OPTS="--strict-warnings -D__NO_STRING_INLINES"
|
||||||
- os: linux
|
- os: linux
|
||||||
addons:
|
compiler: gcc
|
||||||
apt:
|
|
||||||
packages:
|
|
||||||
- gcc-5
|
|
||||||
- g++-5
|
|
||||||
sources:
|
|
||||||
- ubuntu-toolchain-r-test
|
|
||||||
compiler: gcc-5
|
|
||||||
env: CONFIG_OPTS="--strict-warnings" COMMENT="Move to the BORINGTEST build when interoperable"
|
env: CONFIG_OPTS="--strict-warnings" COMMENT="Move to the BORINGTEST build when interoperable"
|
||||||
- os: linux
|
- os: linux
|
||||||
|
dist: trusty
|
||||||
compiler: clang
|
compiler: clang
|
||||||
env: CONFIG_OPTS="--strict-warnings -D__NO_STRING_INLINES no-deprecated" BUILDONLY="yes"
|
env: CONFIG_OPTS="--strict-warnings -D__NO_STRING_INLINES no-deprecated" BUILDONLY="yes"
|
||||||
- os: linux
|
- os: linux
|
||||||
@ -67,43 +61,28 @@ matrix:
|
|||||||
addons:
|
addons:
|
||||||
apt:
|
apt:
|
||||||
packages:
|
packages:
|
||||||
- gcc-5
|
- golang-1.10
|
||||||
- g++-5
|
compiler: gcc
|
||||||
- golang-1.6
|
env: EXTENDED_TEST="yes" CONFIG_OPTS="--debug --coverage no-asm enable-rc5 enable-md2 enable-ec_nistp_64_gcc_128 enable-ssl3 enable-ssl3-method enable-nextprotoneg enable-weak-ssl-ciphers no-shared enable-buildtest-c++ -DPEDANTIC -DFUZZING_BUILD_MODE_UNSAFE_FOR_PRODUCTION" COVERALLS="yes" BORINGSSL_TESTS="yes" CXX="g++"
|
||||||
sources:
|
|
||||||
- ubuntu-toolchain-r-test
|
|
||||||
compiler: gcc-5
|
|
||||||
env: EXTENDED_TEST="yes" CONFIG_OPTS="--debug --coverage no-asm enable-rc5 enable-md2 enable-ec_nistp_64_gcc_128 enable-ssl3 enable-ssl3-method enable-nextprotoneg enable-weak-ssl-ciphers no-shared -DPEDANTIC -DFUZZING_BUILD_MODE_UNSAFE_FOR_PRODUCTION" COVERALLS="yes" BORINGSSL_TESTS="yes" CXX="g++-5"
|
|
||||||
- os: linux
|
- os: linux
|
||||||
addons:
|
addons:
|
||||||
apt:
|
apt:
|
||||||
packages:
|
packages:
|
||||||
- gcc-5
|
- golang-1.10
|
||||||
- g++-5
|
compiler: gcc
|
||||||
- golang-1.6
|
env: EXTENDED_TEST="yes" CONFIG_OPTS="--debug enable-ssl3 enable-ssl3-method enable-weak-ssl-ciphers enable-external-tests enable-buildtest-c++" BORINGSSL_TESTS="yes" CXX="g++" TESTS=95
|
||||||
sources:
|
|
||||||
- ubuntu-toolchain-r-test
|
|
||||||
compiler: gcc-5
|
|
||||||
env: EXTENDED_TEST="yes" CONFIG_OPTS="--debug enable-ssl3 enable-ssl3-method enable-weak-ssl-ciphers enable-external-tests" BORINGSSL_TESTS="yes" CXX="g++-5" TESTS=95
|
|
||||||
- os: linux
|
- os: linux
|
||||||
compiler: clang
|
compiler: clang
|
||||||
env: EXTENDED_TEST="yes" CONFIG_OPTS="enable-msan -D__NO_STRING_INLINES -Wno-unused-command-line-argument"
|
env: EXTENDED_TEST="yes" CONFIG_OPTS="enable-msan disable-afalgeng -D__NO_STRING_INLINES -Wno-unused-command-line-argument"
|
||||||
- os: linux
|
- os: linux
|
||||||
compiler: clang
|
compiler: clang
|
||||||
env: EXTENDED_TEST="yes" CONFIG_OPTS="no-asm enable-ubsan enable-rc5 enable-md2 enable-ssl3 enable-ssl3-method enable-nextprotoneg no-shared -fno-sanitize=alignment -DFUZZING_BUILD_MODE_UNSAFE_FOR_PRODUCTION -D__NO_STRING_INLINES -Wno-unused-command-line-argument"
|
env: EXTENDED_TEST="yes" CONFIG_OPTS="no-asm enable-ubsan enable-rc5 enable-md2 enable-ssl3 enable-ssl3-method enable-nextprotoneg no-shared enable-buildtest-c++ -fno-sanitize=alignment -DFUZZING_BUILD_MODE_UNSAFE_FOR_PRODUCTION -D__NO_STRING_INLINES -Wno-unused-command-line-argument" CXX="clang++"
|
||||||
- os: linux
|
- os: linux
|
||||||
compiler: clang
|
compiler: clang
|
||||||
env: EXTENDED_TEST="yes" CONFIG_OPTS="no-asm enable-asan enable-rc5 enable-md2 no-shared -DFUZZING_BUILD_MODE_UNSAFE_FOR_PRODUCTION -D__NO_STRING_INLINES -Wno-unused-command-line-argument"
|
env: EXTENDED_TEST="yes" CONFIG_OPTS="no-asm enable-asan enable-rc5 enable-md2 no-shared -DFUZZING_BUILD_MODE_UNSAFE_FOR_PRODUCTION -D__NO_STRING_INLINES -Wno-unused-command-line-argument"
|
||||||
- os: linux
|
- os: linux
|
||||||
addons:
|
compiler: gcc
|
||||||
apt:
|
env: EXTENDED_TEST="yes" CONFIG_OPTS="--debug no-asm enable-ubsan enable-rc5 enable-md2 enable-buildtest-c++ -DPEDANTIC" OPENSSL_TEST_RAND_ORDER=0
|
||||||
packages:
|
|
||||||
- gcc-5
|
|
||||||
- g++-5
|
|
||||||
sources:
|
|
||||||
- ubuntu-toolchain-r-test
|
|
||||||
compiler: gcc-5
|
|
||||||
env: UBUNTU_GCC_HACK="yes" EXTENDED_TEST="yes" CONFIG_OPTS="--debug no-asm enable-ubsan enable-rc5 enable-md2 -DPEDANTIC" OPENSSL_TEST_RAND_ORDER=0
|
|
||||||
- os: linux
|
- os: linux
|
||||||
addons:
|
addons:
|
||||||
apt:
|
apt:
|
||||||
@ -123,8 +102,6 @@ matrix:
|
|||||||
- os: linux
|
- os: linux
|
||||||
language: python
|
language: python
|
||||||
python: 3.7
|
python: 3.7
|
||||||
dist: xenial # required for Python 3.7 (travis-ci/travis-ci#9069)
|
|
||||||
sudo: required # required for Python 3.7 (travis-ci/travis-ci#9069)
|
|
||||||
install: pip install flake8
|
install: pip install flake8
|
||||||
before_script:
|
before_script:
|
||||||
# stop the build if there are Python syntax errors or undefined names
|
# stop the build if there are Python syntax errors or undefined names
|
||||||
@ -154,10 +131,6 @@ before_script:
|
|||||||
srcdir=.;
|
srcdir=.;
|
||||||
top=.;
|
top=.;
|
||||||
fi
|
fi
|
||||||
- if [ -n "$UBUNTU_GCC_HACK" ]; then
|
|
||||||
$CC -dumpspecs | sed "s/--push-state//g; s/--pop-state/--as-needed/g" > gcc-specs.txt;
|
|
||||||
CC="$CC -specs=gcc-specs.txt";
|
|
||||||
fi
|
|
||||||
- if [ "$CC" = i686-w64-mingw32-gcc ]; then
|
- if [ "$CC" = i686-w64-mingw32-gcc ]; then
|
||||||
export CROSS_COMPILE=${CC%%gcc}; unset CC;
|
export CROSS_COMPILE=${CC%%gcc}; unset CC;
|
||||||
$srcdir/Configure mingw $CONFIG_OPTS -Wno-pedantic-ms-format;
|
$srcdir/Configure mingw $CONFIG_OPTS -Wno-pedantic-ms-format;
|
||||||
@ -165,14 +138,7 @@ before_script:
|
|||||||
export CROSS_COMPILE=${CC%%gcc}; unset CC;
|
export CROSS_COMPILE=${CC%%gcc}; unset CC;
|
||||||
$srcdir/Configure mingw64 $CONFIG_OPTS -Wno-pedantic-ms-format;
|
$srcdir/Configure mingw64 $CONFIG_OPTS -Wno-pedantic-ms-format;
|
||||||
else
|
else
|
||||||
if [ "$CC" = clang-3.9 ]; then
|
if which ccache >/dev/null && test "$BORINGSSL_TESTS" != yes; then
|
||||||
sudo cp .travis-apt-pin.preferences /etc/apt/preferences.d/no-ubuntu-clang;
|
|
||||||
curl -sSL "http://apt.llvm.org/llvm-snapshot.gpg.key" | sudo -E apt-key add -;
|
|
||||||
echo "deb http://apt.llvm.org/trusty/ llvm-toolchain-trusty-3.9 main" | sudo tee -a /etc/apt/sources.list > /dev/null;
|
|
||||||
sudo -E apt-add-repository -y "ppa:ubuntu-toolchain-r/test";
|
|
||||||
sudo -E apt-get -yq update;
|
|
||||||
sudo -E apt-get -yq --no-install-suggests --no-install-recommends --force-yes install clang-3.9;
|
|
||||||
elif which ccache >/dev/null; then
|
|
||||||
CC="ccache $CC";
|
CC="ccache $CC";
|
||||||
fi;
|
fi;
|
||||||
$srcdir/config -v $CONFIG_OPTS;
|
$srcdir/config -v $CONFIG_OPTS;
|
||||||
@ -258,7 +224,7 @@ script:
|
|||||||
|
|
||||||
after_success:
|
after_success:
|
||||||
- if [ -n "$COVERALLS" ]; then
|
- if [ -n "$COVERALLS" ]; then
|
||||||
coveralls -b . --gcov gcov-5 --gcov-options '\-lpbc';
|
coveralls -b . --gcov gcov --gcov-options '\-lpbc';
|
||||||
fi;
|
fi;
|
||||||
|
|
||||||
notifications:
|
notifications:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user