]> granicus.if.org Git - libatomic_ops/commitdiff
Travis CI: Do not use 'trusty' build environment
authorIvan Maidanski <ivmai@mail.ru>
Mon, 25 Dec 2017 06:37:41 +0000 (09:37 +0300)
committerIvan Maidanski <ivmai@mail.ru>
Mon, 25 Dec 2017 06:37:41 +0000 (09:37 +0300)
.travis.yml

index 87aa59d02b7c587a4482c9a90694475c24480431..2ce16cd1cc4766d30a7c32379826634de882a597 100644 (file)
@@ -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