From f40ed0329eac1ea93e885da64bba0aaed46700e3 Mon Sep 17 00:00:00 2001 From: Ivan Maidanski Date: Mon, 25 Dec 2017 09:37:41 +0300 Subject: [PATCH] Travis CI: Do not use 'trusty' build environment --- .travis.yml | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/.travis.yml b/.travis.yml index 87aa59d..2ce16cd 100644 --- a/.travis.yml +++ b/.travis.yml @@ -20,7 +20,6 @@ matrix: build_command_prepend: CFLAGS=-march=native ./configure build_command: make -j check CFLAGS_EXTRA=-DLINT2 - os: linux - dist: trusty env: - MAKEFILE_TARGET=distcheck - AUTOMAKE_VER=1.15 @@ -45,7 +44,6 @@ matrix: - CONF_OPTIONS="--enable-assertions" - os: linux compiler: clang - dist: trusty env: - CFLAGS_EXTRA="-march=native -std=c11" - os: linux @@ -115,7 +113,6 @@ matrix: sources: - llvm-toolchain-trusty-4.0 compiler: clang-4.0 - dist: trusty env: - CFLAGS_EXTRA="-O3 -march=native -std=c11 -D AO_BL_SIZE=4 -D DEFAULT_NTHREADS=32" - os: linux @@ -127,7 +124,6 @@ matrix: sources: - llvm-toolchain-trusty-4.0 compiler: clang-4.0 - dist: trusty env: - CFLAGS_EXTRA="-m32 -O3 -march=native" - os: linux @@ -138,7 +134,6 @@ matrix: sources: - ubuntu-toolchain-r-test compiler: gcc-5 - dist: trusty env: - CFLAGS_EXTRA="-O3 -march=native" - os: linux @@ -150,7 +145,6 @@ matrix: sources: - ubuntu-toolchain-r-test compiler: gcc-5 - dist: trusty env: - CFLAGS_EXTRA="-m32 -O3 -march=native" - os: linux @@ -162,7 +156,6 @@ matrix: sources: - ubuntu-toolchain-r-test compiler: gcc-5 - dist: trusty env: - CFLAGS_EXTRA="-mx32 -march=native -D _FORTIFY_SOURCE=2" - CONF_OPTIONS="--enable-assertions --enable-shared" @@ -175,7 +168,6 @@ matrix: sources: - ubuntu-toolchain-r-test compiler: gcc-5 - dist: trusty env: - CFLAGS_EXTRA="-mx32 -march=native" - CONF_OPTIONS="--disable-atomic-intrinsics --disable-docs" @@ -209,7 +201,6 @@ matrix: sources: - ubuntu-toolchain-r-test compiler: gcc-5 - dist: trusty env: - CFLAGS_EXTRA="-fsanitize=address -m32 -march=native -fno-omit-frame-pointer" - LDFLAGS="-fuse-ld=gold" @@ -264,7 +255,6 @@ matrix: sources: - llvm-toolchain-trusty-4.0 compiler: clang-4.0 - dist: trusty env: - CSA_CHECK=true - MAKEFILE_TARGET=all @@ -275,7 +265,6 @@ matrix: packages: - musl-tools compiler: musl-gcc - dist: trusty env: - CFLAGS_EXTRA="-march=native" - CONF_OPTIONS="--enable-assertions" @@ -285,7 +274,6 @@ matrix: packages: - gcc-mingw-w64 compiler: x86_64-w64-mingw32-gcc - dist: trusty env: - CONF_OPTIONS="--host=x86_64-w64-mingw32 --enable-shared" - MAKEFILE_TARGET=all -- 2.50.1