- OVERRIDE_CC="CC=gcc-8" OVERRIDE_CXX="CXX=g++-8"
- os: linux
compiler: gcc
- dist: xenial
+ dist: bionic
env:
- T=normal C="--disable-verbose" CPPFLAGS="-Wno-variadic-macros" NOTESTS=1
- OVERRIDE_CC="CC=gcc-8" OVERRIDE_CXX="CXX=g++-8"
- libbrotli-dev
- os: linux
compiler: gcc
- dist: xenial
+ dist: bionic
before_install:
# Install and use the current stable release of Go
- gimme --list
- *common_packages
- os: linux
compiler: gcc
- dist: xenial
+ dist: bionic
before_install:
# Install and use the current stable release of Go
- gimme --list
- libbrotli-dev
- os: linux
compiler: gcc
- dist: xenial
+ dist: bionic
env:
- T=debug-wolfssl C="--with-wolfssl --without-ssl"
- OVERRIDE_CC="CC=gcc-8" OVERRIDE_CXX="CXX=g++-8"
- libbrotli-dev
- os: linux
compiler: gcc
- dist: xenial
+ dist: bionic
env:
- T=debug-mesalink C="--with-mesalink --without-ssl"
- OVERRIDE_CC="CC=gcc-8" OVERRIDE_CXX="CXX=g++-8"
- libmbedtls-dev
- os: linux
compiler: clang
- dist: xenial
+ dist: bionic
env:
- T=debug C="--with-gnutls --without-ssl"
- OVERRIDE_CC="CC=clang-7" OVERRIDE_CXX="CXX=clang++-7"
apt:
sources:
- *common_sources
- - llvm-toolchain-xenial-7
+ - llvm-toolchain-bionic-7
packages:
- *common_packages
- clang-7
- libbrotli-dev
- os: linux
compiler: clang
- dist: xenial
+ dist: bionic
env:
- T=debug C="--with-nss --without-ssl" NOTESTS=1 CPPFLAGS="-isystem /usr/include/nss"
- OVERRIDE_CC="CC=clang-7" OVERRIDE_CXX="CXX=clang++-7"
apt:
sources:
- *common_sources
- - llvm-toolchain-xenial-7
+ - llvm-toolchain-bionic-7
packages:
- *common_packages
- clang-7
env: T=cmake
- os: linux
compiler: gcc
- dist: xenial
+ dist: bionic
env:
- T=cmake
- OVERRIDE_CC="CC=gcc-8" OVERRIDE_CXX="CXX=g++-8"
- libbrotli-dev
- os: linux
compiler: clang
- dist: xenial
+ dist: bionic
env:
- T=cmake
- OVERRIDE_CC="CC=clang-7" OVERRIDE_CXX="CXX=clang++-7"
apt:
sources:
- *common_sources
- - llvm-toolchain-xenial-7
+ - llvm-toolchain-bionic-7
packages:
- *common_packages
- clang-7
- libssh2-1-dev
- os: linux
compiler: gcc
- dist: xenial
+ dist: bionic
env:
- T=distcheck
- OVERRIDE_CC="CC=gcc-8" OVERRIDE_CXX="CXX=g++-8"
- libbrotli-dev
- os: linux
compiler: clang
- dist: xenial
+ dist: bionic
env:
- T=fuzzer
- OVERRIDE_CC="CC=clang-7" OVERRIDE_CXX="CXX=clang++-7"
apt:
sources:
- *common_sources
- - llvm-toolchain-xenial-7
+ - llvm-toolchain-bionic-7
packages:
- *common_packages
- clang-7
- libbrotli-dev
- os: linux
compiler: clang
- dist: xenial
+ dist: bionic
env:
- T=tidy
- OVERRIDE_CC="CC=clang-7" OVERRIDE_CXX="CXX=clang++-7"
apt:
sources:
- *common_sources
- - llvm-toolchain-xenial-7
+ - llvm-toolchain-bionic-7
packages:
- *common_packages
- clang-7
- libbrotli-dev
- os: linux
compiler: clang
- dist: xenial
+ dist: bionic
env:
- T=scan-build
- OVERRIDE_CC="CC=clang-7" OVERRIDE_CXX="CXX=clang++-7"
apt:
sources:
- *common_sources
- - llvm-toolchain-xenial-7
+ - llvm-toolchain-bionic-7
packages:
- *common_packages
- clang-7
- os: linux
arch: arm64
compiler: gcc
- dist: xenial
+ dist: bionic
env:
- T=debug C="--enable-alt-svc"
- OVERRIDE_CC="CC=gcc-8" OVERRIDE_CXX="CXX=g++-8"