2016-12-14 06:53:10 +08:00
|
|
|
language: generic
|
2017-09-20 00:27:33 +08:00
|
|
|
dist: precise
|
2016-06-09 23:17:19 +08:00
|
|
|
|
|
|
|
matrix:
|
|
|
|
include:
|
|
|
|
- os: linux
|
2020-09-11 16:07:10 +08:00
|
|
|
arch: amd64
|
2017-04-11 04:26:21 +08:00
|
|
|
env: CC=gcc CXX=g++ COMPILER_FLAGS="" CONFIGURE_FLAGS="" EXTRA_CFLAGS="-Werror -Wno-array-bounds"
|
2017-01-26 04:58:50 +08:00
|
|
|
- os: osx
|
2020-09-11 16:07:10 +08:00
|
|
|
arch: amd64
|
2017-04-11 04:26:21 +08:00
|
|
|
env: CC=gcc CXX=g++ COMPILER_FLAGS="" CONFIGURE_FLAGS="" EXTRA_CFLAGS="-Werror -Wno-array-bounds"
|
2017-01-26 04:58:50 +08:00
|
|
|
- os: linux
|
2020-09-11 16:07:10 +08:00
|
|
|
arch: ppc64le
|
|
|
|
addons: &gcc_ppc
|
|
|
|
apt:
|
|
|
|
packages:
|
|
|
|
- g++-8
|
|
|
|
env: CC=gcc-8 CXX=g++-8 COMPILER_FLAGS="" CONFIGURE_FLAGS="" EXTRA_CFLAGS="-Werror -Wno-array-bounds"
|
|
|
|
- os: linux
|
|
|
|
arch: amd64
|
2017-04-11 04:26:21 +08:00
|
|
|
env: CC=clang CXX=clang++ COMPILER_FLAGS="" CONFIGURE_FLAGS="" EXTRA_CFLAGS="-Werror -Wno-array-bounds"
|
2017-01-26 04:58:50 +08:00
|
|
|
- os: linux
|
2020-09-11 16:07:10 +08:00
|
|
|
arch: amd64
|
2018-07-10 20:41:20 +08:00
|
|
|
addons: &gcc_multilib
|
2017-01-26 04:58:50 +08:00
|
|
|
apt:
|
|
|
|
packages:
|
|
|
|
- gcc-multilib
|
2020-09-11 16:07:10 +08:00
|
|
|
env: CC=gcc CXX=g++ COMPILER_FLAGS="-m32" CONFIGURE_FLAGS="" EXTRA_CFLAGS="-Werror -Wno-array-bounds"
|
2017-01-26 04:58:50 +08:00
|
|
|
- os: linux
|
2020-09-11 16:07:10 +08:00
|
|
|
arch: amd64
|
2017-04-11 04:26:21 +08:00
|
|
|
env: CC=gcc CXX=g++ COMPILER_FLAGS="" CONFIGURE_FLAGS="--enable-debug" EXTRA_CFLAGS="-Werror -Wno-array-bounds"
|
2017-01-26 04:58:50 +08:00
|
|
|
- os: linux
|
2020-09-11 16:07:10 +08:00
|
|
|
arch: amd64
|
2017-04-11 04:26:21 +08:00
|
|
|
env: CC=gcc CXX=g++ COMPILER_FLAGS="" CONFIGURE_FLAGS="--enable-prof" EXTRA_CFLAGS="-Werror -Wno-array-bounds"
|
2016-12-14 08:19:20 +08:00
|
|
|
- os: linux
|
2020-09-11 16:07:10 +08:00
|
|
|
arch: amd64
|
2017-04-11 04:26:21 +08:00
|
|
|
env: CC=gcc CXX=g++ COMPILER_FLAGS="" CONFIGURE_FLAGS="--disable-stats" EXTRA_CFLAGS="-Werror -Wno-array-bounds"
|
2019-02-07 05:36:56 +08:00
|
|
|
- os: linux
|
2020-09-11 16:07:10 +08:00
|
|
|
arch: amd64
|
2019-02-07 05:36:56 +08:00
|
|
|
env: CC=gcc CXX=g++ COMPILER_FLAGS="" CONFIGURE_FLAGS="--disable-libdl" EXTRA_CFLAGS="-Werror -Wno-array-bounds"
|
2019-03-23 08:08:53 +08:00
|
|
|
- os: linux
|
2020-09-11 16:07:10 +08:00
|
|
|
arch: amd64
|
2019-03-23 08:08:53 +08:00
|
|
|
env: CC=gcc CXX=g++ COMPILER_FLAGS="" CONFIGURE_FLAGS="--enable-opt-safety-checks" EXTRA_CFLAGS="-Werror -Wno-array-bounds"
|
2019-09-12 01:31:30 +08:00
|
|
|
- os: linux
|
2020-09-11 16:07:10 +08:00
|
|
|
arch: amd64
|
2019-09-12 01:31:30 +08:00
|
|
|
env: CC=gcc CXX=g++ COMPILER_FLAGS="" CONFIGURE_FLAGS="--with-lg-page=16" EXTRA_CFLAGS="-Werror -Wno-array-bounds"
|
2017-01-26 04:58:50 +08:00
|
|
|
- os: linux
|
2020-09-11 16:07:10 +08:00
|
|
|
arch: amd64
|
2017-04-21 08:21:37 +08:00
|
|
|
env: CC=gcc CXX=g++ COMPILER_FLAGS="" CONFIGURE_FLAGS="--with-malloc-conf=tcache:false" EXTRA_CFLAGS="-Werror -Wno-array-bounds"
|
2017-05-23 08:15:57 +08:00
|
|
|
- os: linux
|
2020-09-11 16:07:10 +08:00
|
|
|
arch: amd64
|
2017-05-23 08:15:57 +08:00
|
|
|
env: CC=gcc CXX=g++ COMPILER_FLAGS="" CONFIGURE_FLAGS="--with-malloc-conf=dss:primary" EXTRA_CFLAGS="-Werror -Wno-array-bounds"
|
2017-05-24 01:53:36 +08:00
|
|
|
- os: linux
|
2020-09-11 16:07:10 +08:00
|
|
|
arch: amd64
|
2017-05-24 01:53:36 +08:00
|
|
|
env: CC=gcc CXX=g++ COMPILER_FLAGS="" CONFIGURE_FLAGS="--with-malloc-conf=percpu_arena:percpu" EXTRA_CFLAGS="-Werror -Wno-array-bounds"
|
2017-06-01 02:56:31 +08:00
|
|
|
- os: linux
|
2020-09-11 16:07:10 +08:00
|
|
|
arch: amd64
|
2017-06-01 02:56:31 +08:00
|
|
|
env: CC=gcc CXX=g++ COMPILER_FLAGS="" CONFIGURE_FLAGS="--with-malloc-conf=background_thread:true" EXTRA_CFLAGS="-Werror -Wno-array-bounds"
|
2017-01-26 04:58:50 +08:00
|
|
|
- os: osx
|
2020-09-11 16:07:10 +08:00
|
|
|
arch: amd64
|
2017-04-11 04:26:21 +08:00
|
|
|
env: CC=clang CXX=clang++ COMPILER_FLAGS="" CONFIGURE_FLAGS="" EXTRA_CFLAGS="-Werror -Wno-array-bounds"
|
2017-01-26 04:58:50 +08:00
|
|
|
- os: osx
|
2020-09-11 16:07:10 +08:00
|
|
|
arch: amd64
|
2017-04-11 04:26:21 +08:00
|
|
|
env: CC=gcc CXX=g++ COMPILER_FLAGS="-m32" CONFIGURE_FLAGS="" EXTRA_CFLAGS="-Werror -Wno-array-bounds"
|
2017-01-26 04:58:50 +08:00
|
|
|
- os: osx
|
2020-09-11 16:07:10 +08:00
|
|
|
arch: amd64
|
2017-04-11 04:26:21 +08:00
|
|
|
env: CC=gcc CXX=g++ COMPILER_FLAGS="" CONFIGURE_FLAGS="--enable-debug" EXTRA_CFLAGS="-Werror -Wno-array-bounds"
|
2017-01-26 04:58:50 +08:00
|
|
|
- os: osx
|
2020-09-11 16:07:10 +08:00
|
|
|
arch: amd64
|
2017-04-11 04:26:21 +08:00
|
|
|
env: CC=gcc CXX=g++ COMPILER_FLAGS="" CONFIGURE_FLAGS="--disable-stats" EXTRA_CFLAGS="-Werror -Wno-array-bounds"
|
2019-02-07 05:36:56 +08:00
|
|
|
- os: osx
|
2020-09-11 16:07:10 +08:00
|
|
|
arch: amd64
|
2019-02-07 05:36:56 +08:00
|
|
|
env: CC=gcc CXX=g++ COMPILER_FLAGS="" CONFIGURE_FLAGS="--disable-libdl" EXTRA_CFLAGS="-Werror -Wno-array-bounds"
|
2019-03-23 08:08:53 +08:00
|
|
|
- os: osx
|
2020-09-11 16:07:10 +08:00
|
|
|
arch: amd64
|
2019-03-23 08:08:53 +08:00
|
|
|
env: CC=gcc CXX=g++ COMPILER_FLAGS="" CONFIGURE_FLAGS="--enable-opt-safety-checks" EXTRA_CFLAGS="-Werror -Wno-array-bounds"
|
2019-09-12 01:31:30 +08:00
|
|
|
- os: osx
|
2020-09-11 16:07:10 +08:00
|
|
|
arch: amd64
|
2019-09-12 01:31:30 +08:00
|
|
|
env: CC=gcc CXX=g++ COMPILER_FLAGS="" CONFIGURE_FLAGS="--with-lg-page=16" EXTRA_CFLAGS="-Werror -Wno-array-bounds"
|
2017-01-26 04:58:50 +08:00
|
|
|
- os: osx
|
2020-09-11 16:07:10 +08:00
|
|
|
arch: amd64
|
2017-04-21 08:21:37 +08:00
|
|
|
env: CC=gcc CXX=g++ COMPILER_FLAGS="" CONFIGURE_FLAGS="--with-malloc-conf=tcache:false" EXTRA_CFLAGS="-Werror -Wno-array-bounds"
|
2016-06-09 23:17:19 +08:00
|
|
|
- os: linux
|
2020-09-11 16:07:10 +08:00
|
|
|
arch: ppc64le
|
|
|
|
addons: &gcc_ppc
|
|
|
|
apt:
|
|
|
|
packages:
|
|
|
|
- g++-8
|
|
|
|
env: CC=gcc-8 CXX=g++-8 COMPILER_FLAGS="" CONFIGURE_FLAGS="--enable-debug" EXTRA_CFLAGS="-Werror -Wno-array-bounds"
|
|
|
|
- os: linux
|
|
|
|
arch: ppc64le
|
|
|
|
addons: &gcc_ppc
|
|
|
|
apt:
|
|
|
|
packages:
|
|
|
|
- g++-8
|
|
|
|
env: CC=gcc-8 CXX=g++-8 COMPILER_FLAGS="" CONFIGURE_FLAGS="--enable-prof" EXTRA_CFLAGS="-Werror -Wno-array-bounds"
|
|
|
|
- os: linux
|
|
|
|
arch: ppc64le
|
|
|
|
addons: &gcc_ppc
|
|
|
|
apt:
|
|
|
|
packages:
|
|
|
|
- g++-8
|
|
|
|
env: CC=gcc-8 CXX=g++-8 COMPILER_FLAGS="" CONFIGURE_FLAGS="--disable-stats" EXTRA_CFLAGS="-Werror -Wno-array-bounds"
|
|
|
|
- os: linux
|
|
|
|
arch: ppc64le
|
|
|
|
addons: &gcc_ppc
|
|
|
|
apt:
|
|
|
|
packages:
|
|
|
|
- g++-8
|
|
|
|
env: CC=gcc-8 CXX=g++-8 COMPILER_FLAGS="" CONFIGURE_FLAGS="--disable-libdl" EXTRA_CFLAGS="-Werror -Wno-array-bounds"
|
|
|
|
- os: linux
|
|
|
|
arch: ppc64le
|
|
|
|
addons: &gcc_ppc
|
|
|
|
apt:
|
|
|
|
packages:
|
|
|
|
- g++-8
|
|
|
|
env: CC=gcc-8 CXX=g++-8 COMPILER_FLAGS="" CONFIGURE_FLAGS="--enable-opt-safety-checks" EXTRA_CFLAGS="-Werror -Wno-array-bounds"
|
|
|
|
- os: linux
|
|
|
|
arch: ppc64le
|
|
|
|
addons: &gcc_ppc
|
|
|
|
apt:
|
|
|
|
packages:
|
|
|
|
- g++-8
|
|
|
|
env: CC=gcc-8 CXX=g++-8 COMPILER_FLAGS="" CONFIGURE_FLAGS="--with-lg-page=16" EXTRA_CFLAGS="-Werror -Wno-array-bounds"
|
|
|
|
- os: linux
|
|
|
|
arch: ppc64le
|
|
|
|
addons: &gcc_ppc
|
|
|
|
apt:
|
|
|
|
packages:
|
|
|
|
- g++-8
|
|
|
|
env: CC=gcc-8 CXX=g++-8 COMPILER_FLAGS="" CONFIGURE_FLAGS="--with-malloc-conf=tcache:false" EXTRA_CFLAGS="-Werror -Wno-array-bounds"
|
|
|
|
- os: linux
|
|
|
|
arch: ppc64le
|
|
|
|
addons: &gcc_ppc
|
|
|
|
apt:
|
|
|
|
packages:
|
|
|
|
- g++-8
|
|
|
|
env: CC=gcc-8 CXX=g++-8 COMPILER_FLAGS="" CONFIGURE_FLAGS="--with-malloc-conf=dss:primary" EXTRA_CFLAGS="-Werror -Wno-array-bounds"
|
|
|
|
- os: linux
|
|
|
|
arch: ppc64le
|
|
|
|
addons: &gcc_ppc
|
|
|
|
apt:
|
|
|
|
packages:
|
|
|
|
- g++-8
|
|
|
|
env: CC=gcc-8 CXX=g++-8 COMPILER_FLAGS="" CONFIGURE_FLAGS="--with-malloc-conf=percpu_arena:percpu" EXTRA_CFLAGS="-Werror -Wno-array-bounds"
|
|
|
|
- os: linux
|
|
|
|
arch: ppc64le
|
|
|
|
addons: &gcc_ppc
|
|
|
|
apt:
|
|
|
|
packages:
|
|
|
|
- g++-8
|
|
|
|
env: CC=gcc-8 CXX=g++-8 COMPILER_FLAGS="" CONFIGURE_FLAGS="--with-malloc-conf=background_thread:true" EXTRA_CFLAGS="-Werror -Wno-array-bounds"
|
|
|
|
- os: linux
|
|
|
|
arch: amd64
|
2018-07-10 20:41:20 +08:00
|
|
|
addons: *gcc_multilib
|
2020-09-11 16:07:10 +08:00
|
|
|
env: CC=clang CXX=clang++ COMPILER_FLAGS="-m32" CONFIGURE_FLAGS="" EXTRA_CFLAGS="-Werror -Wno-array-bounds"
|
2017-01-26 04:58:50 +08:00
|
|
|
- os: linux
|
2020-09-11 16:07:10 +08:00
|
|
|
arch: amd64
|
2017-04-11 04:26:21 +08:00
|
|
|
env: CC=clang CXX=clang++ COMPILER_FLAGS="" CONFIGURE_FLAGS="--enable-debug" EXTRA_CFLAGS="-Werror -Wno-array-bounds"
|
2016-12-14 08:19:20 +08:00
|
|
|
- os: linux
|
2020-09-11 16:07:10 +08:00
|
|
|
arch: amd64
|
2017-04-11 04:26:21 +08:00
|
|
|
env: CC=clang CXX=clang++ COMPILER_FLAGS="" CONFIGURE_FLAGS="--enable-prof" EXTRA_CFLAGS="-Werror -Wno-array-bounds"
|
2017-01-26 04:58:50 +08:00
|
|
|
- os: linux
|
2020-09-11 16:07:10 +08:00
|
|
|
arch: amd64
|
2017-04-11 04:26:21 +08:00
|
|
|
env: CC=clang CXX=clang++ COMPILER_FLAGS="" CONFIGURE_FLAGS="--disable-stats" EXTRA_CFLAGS="-Werror -Wno-array-bounds"
|
2019-02-07 05:36:56 +08:00
|
|
|
- os: linux
|
2020-09-11 16:07:10 +08:00
|
|
|
arch: amd64
|
2019-02-07 05:36:56 +08:00
|
|
|
env: CC=clang CXX=clang++ COMPILER_FLAGS="" CONFIGURE_FLAGS="--disable-libdl" EXTRA_CFLAGS="-Werror -Wno-array-bounds"
|
2019-03-23 08:08:53 +08:00
|
|
|
- os: linux
|
2020-09-11 16:07:10 +08:00
|
|
|
arch: amd64
|
2019-03-23 08:08:53 +08:00
|
|
|
env: CC=clang CXX=clang++ COMPILER_FLAGS="" CONFIGURE_FLAGS="--enable-opt-safety-checks" EXTRA_CFLAGS="-Werror -Wno-array-bounds"
|
2019-09-12 01:31:30 +08:00
|
|
|
- os: linux
|
2020-09-11 16:07:10 +08:00
|
|
|
arch: amd64
|
2019-09-12 01:31:30 +08:00
|
|
|
env: CC=clang CXX=clang++ COMPILER_FLAGS="" CONFIGURE_FLAGS="--with-lg-page=16" EXTRA_CFLAGS="-Werror -Wno-array-bounds"
|
2017-01-26 04:58:50 +08:00
|
|
|
- os: linux
|
2020-09-11 16:07:10 +08:00
|
|
|
arch: amd64
|
2017-04-21 08:21:37 +08:00
|
|
|
env: CC=clang CXX=clang++ COMPILER_FLAGS="" CONFIGURE_FLAGS="--with-malloc-conf=tcache:false" EXTRA_CFLAGS="-Werror -Wno-array-bounds"
|
2017-05-23 08:15:57 +08:00
|
|
|
- os: linux
|
2020-09-11 16:07:10 +08:00
|
|
|
arch: amd64
|
2017-05-23 08:15:57 +08:00
|
|
|
env: CC=clang CXX=clang++ COMPILER_FLAGS="" CONFIGURE_FLAGS="--with-malloc-conf=dss:primary" EXTRA_CFLAGS="-Werror -Wno-array-bounds"
|
2017-05-24 01:53:36 +08:00
|
|
|
- os: linux
|
2020-09-11 16:07:10 +08:00
|
|
|
arch: amd64
|
2017-05-24 01:53:36 +08:00
|
|
|
env: CC=clang CXX=clang++ COMPILER_FLAGS="" CONFIGURE_FLAGS="--with-malloc-conf=percpu_arena:percpu" EXTRA_CFLAGS="-Werror -Wno-array-bounds"
|
2017-06-01 02:56:31 +08:00
|
|
|
- os: linux
|
2020-09-11 16:07:10 +08:00
|
|
|
arch: amd64
|
2017-06-01 02:56:31 +08:00
|
|
|
env: CC=clang CXX=clang++ COMPILER_FLAGS="" CONFIGURE_FLAGS="--with-malloc-conf=background_thread:true" EXTRA_CFLAGS="-Werror -Wno-array-bounds"
|
2017-01-26 04:58:50 +08:00
|
|
|
- os: linux
|
2020-09-11 16:07:10 +08:00
|
|
|
arch: amd64
|
2018-07-10 20:41:20 +08:00
|
|
|
addons: *gcc_multilib
|
2020-09-11 16:07:10 +08:00
|
|
|
env: CC=gcc CXX=g++ COMPILER_FLAGS="-m32" CONFIGURE_FLAGS="--enable-debug" EXTRA_CFLAGS="-Werror -Wno-array-bounds"
|
2017-01-26 04:58:50 +08:00
|
|
|
- os: linux
|
2020-09-11 16:07:10 +08:00
|
|
|
arch: amd64
|
2018-07-10 20:41:20 +08:00
|
|
|
addons: *gcc_multilib
|
2020-09-11 16:07:10 +08:00
|
|
|
env: CC=gcc CXX=g++ COMPILER_FLAGS="-m32" CONFIGURE_FLAGS="--enable-prof" EXTRA_CFLAGS="-Werror -Wno-array-bounds"
|
2017-01-26 04:58:50 +08:00
|
|
|
- os: linux
|
2020-09-11 16:07:10 +08:00
|
|
|
arch: amd64
|
2018-07-10 20:41:20 +08:00
|
|
|
addons: *gcc_multilib
|
2020-09-11 16:07:10 +08:00
|
|
|
env: CC=gcc CXX=g++ COMPILER_FLAGS="-m32" CONFIGURE_FLAGS="--disable-stats" EXTRA_CFLAGS="-Werror -Wno-array-bounds"
|
2019-02-07 05:36:56 +08:00
|
|
|
- os: linux
|
2020-09-11 16:07:10 +08:00
|
|
|
arch: amd64
|
2019-02-07 05:36:56 +08:00
|
|
|
addons: *gcc_multilib
|
2020-09-11 16:07:10 +08:00
|
|
|
env: CC=gcc CXX=g++ COMPILER_FLAGS="-m32" CONFIGURE_FLAGS="--disable-libdl" EXTRA_CFLAGS="-Werror -Wno-array-bounds"
|
2019-03-23 08:08:53 +08:00
|
|
|
- os: linux
|
2020-09-11 16:07:10 +08:00
|
|
|
arch: amd64
|
2019-03-23 08:08:53 +08:00
|
|
|
addons: *gcc_multilib
|
2020-09-11 16:07:10 +08:00
|
|
|
env: CC=gcc CXX=g++ COMPILER_FLAGS="-m32" CONFIGURE_FLAGS="--enable-opt-safety-checks" EXTRA_CFLAGS="-Werror -Wno-array-bounds"
|
2019-09-12 01:31:30 +08:00
|
|
|
- os: linux
|
2020-09-11 16:07:10 +08:00
|
|
|
arch: amd64
|
2019-09-12 01:31:30 +08:00
|
|
|
addons: *gcc_multilib
|
2020-09-11 16:07:10 +08:00
|
|
|
env: CC=gcc CXX=g++ COMPILER_FLAGS="-m32" CONFIGURE_FLAGS="--with-lg-page=16" EXTRA_CFLAGS="-Werror -Wno-array-bounds"
|
2017-01-26 04:58:50 +08:00
|
|
|
- os: linux
|
2020-09-11 16:07:10 +08:00
|
|
|
arch: amd64
|
2018-07-10 20:41:20 +08:00
|
|
|
addons: *gcc_multilib
|
2020-09-11 16:07:10 +08:00
|
|
|
env: CC=gcc CXX=g++ COMPILER_FLAGS="-m32" CONFIGURE_FLAGS="--with-malloc-conf=tcache:false" EXTRA_CFLAGS="-Werror -Wno-array-bounds"
|
2017-05-23 08:15:57 +08:00
|
|
|
- os: linux
|
2020-09-11 16:07:10 +08:00
|
|
|
arch: amd64
|
2018-07-10 20:41:20 +08:00
|
|
|
addons: *gcc_multilib
|
2020-09-11 16:07:10 +08:00
|
|
|
env: CC=gcc CXX=g++ COMPILER_FLAGS="-m32" CONFIGURE_FLAGS="--with-malloc-conf=dss:primary" EXTRA_CFLAGS="-Werror -Wno-array-bounds"
|
2017-05-24 01:53:36 +08:00
|
|
|
- os: linux
|
2020-09-11 16:07:10 +08:00
|
|
|
arch: amd64
|
2018-07-10 20:41:20 +08:00
|
|
|
addons: *gcc_multilib
|
2020-09-11 16:07:10 +08:00
|
|
|
env: CC=gcc CXX=g++ COMPILER_FLAGS="-m32" CONFIGURE_FLAGS="--with-malloc-conf=percpu_arena:percpu" EXTRA_CFLAGS="-Werror -Wno-array-bounds"
|
2017-06-01 02:56:31 +08:00
|
|
|
- os: linux
|
2020-09-11 16:07:10 +08:00
|
|
|
arch: amd64
|
2018-07-10 20:41:20 +08:00
|
|
|
addons: *gcc_multilib
|
2020-09-11 16:07:10 +08:00
|
|
|
env: CC=gcc CXX=g++ COMPILER_FLAGS="-m32" CONFIGURE_FLAGS="--with-malloc-conf=background_thread:true" EXTRA_CFLAGS="-Werror -Wno-array-bounds"
|
2017-01-26 04:58:50 +08:00
|
|
|
- os: linux
|
2020-09-11 16:07:10 +08:00
|
|
|
arch: amd64
|
2017-04-11 04:26:21 +08:00
|
|
|
env: CC=gcc CXX=g++ COMPILER_FLAGS="" CONFIGURE_FLAGS="--enable-debug --enable-prof" EXTRA_CFLAGS="-Werror -Wno-array-bounds"
|
2017-01-26 04:58:50 +08:00
|
|
|
- os: linux
|
2020-09-11 16:07:10 +08:00
|
|
|
arch: amd64
|
2017-04-11 04:26:21 +08:00
|
|
|
env: CC=gcc CXX=g++ COMPILER_FLAGS="" CONFIGURE_FLAGS="--enable-debug --disable-stats" EXTRA_CFLAGS="-Werror -Wno-array-bounds"
|
2019-02-07 05:36:56 +08:00
|
|
|
- os: linux
|
2020-09-11 16:07:10 +08:00
|
|
|
arch: amd64
|
2019-02-07 05:36:56 +08:00
|
|
|
env: CC=gcc CXX=g++ COMPILER_FLAGS="" CONFIGURE_FLAGS="--enable-debug --disable-libdl" EXTRA_CFLAGS="-Werror -Wno-array-bounds"
|
2019-03-23 08:08:53 +08:00
|
|
|
- os: linux
|
2020-09-11 16:07:10 +08:00
|
|
|
arch: amd64
|
2019-03-23 08:08:53 +08:00
|
|
|
env: CC=gcc CXX=g++ COMPILER_FLAGS="" CONFIGURE_FLAGS="--enable-debug --enable-opt-safety-checks" EXTRA_CFLAGS="-Werror -Wno-array-bounds"
|
2019-09-12 01:31:30 +08:00
|
|
|
- os: linux
|
2020-09-11 16:07:10 +08:00
|
|
|
arch: amd64
|
2019-09-12 01:31:30 +08:00
|
|
|
env: CC=gcc CXX=g++ COMPILER_FLAGS="" CONFIGURE_FLAGS="--enable-debug --with-lg-page=16" EXTRA_CFLAGS="-Werror -Wno-array-bounds"
|
2017-01-26 04:58:50 +08:00
|
|
|
- os: linux
|
2020-09-11 16:07:10 +08:00
|
|
|
arch: amd64
|
2017-04-21 08:21:37 +08:00
|
|
|
env: CC=gcc CXX=g++ COMPILER_FLAGS="" CONFIGURE_FLAGS="--enable-debug --with-malloc-conf=tcache:false" EXTRA_CFLAGS="-Werror -Wno-array-bounds"
|
2017-05-23 08:15:57 +08:00
|
|
|
- os: linux
|
2020-09-11 16:07:10 +08:00
|
|
|
arch: amd64
|
2017-05-23 08:15:57 +08:00
|
|
|
env: CC=gcc CXX=g++ COMPILER_FLAGS="" CONFIGURE_FLAGS="--enable-debug --with-malloc-conf=dss:primary" EXTRA_CFLAGS="-Werror -Wno-array-bounds"
|
2017-05-24 01:53:36 +08:00
|
|
|
- os: linux
|
2020-09-11 16:07:10 +08:00
|
|
|
arch: amd64
|
2017-05-24 01:53:36 +08:00
|
|
|
env: CC=gcc CXX=g++ COMPILER_FLAGS="" CONFIGURE_FLAGS="--enable-debug --with-malloc-conf=percpu_arena:percpu" EXTRA_CFLAGS="-Werror -Wno-array-bounds"
|
2017-06-01 02:56:31 +08:00
|
|
|
- os: linux
|
2020-09-11 16:07:10 +08:00
|
|
|
arch: amd64
|
2017-06-01 02:56:31 +08:00
|
|
|
env: CC=gcc CXX=g++ COMPILER_FLAGS="" CONFIGURE_FLAGS="--enable-debug --with-malloc-conf=background_thread:true" EXTRA_CFLAGS="-Werror -Wno-array-bounds"
|
2017-01-26 04:58:50 +08:00
|
|
|
- os: linux
|
2020-09-11 16:07:10 +08:00
|
|
|
arch: amd64
|
2017-04-11 04:26:21 +08:00
|
|
|
env: CC=gcc CXX=g++ COMPILER_FLAGS="" CONFIGURE_FLAGS="--enable-prof --disable-stats" EXTRA_CFLAGS="-Werror -Wno-array-bounds"
|
2019-02-07 05:36:56 +08:00
|
|
|
- os: linux
|
2020-09-11 16:07:10 +08:00
|
|
|
arch: amd64
|
2019-02-07 05:36:56 +08:00
|
|
|
env: CC=gcc CXX=g++ COMPILER_FLAGS="" CONFIGURE_FLAGS="--enable-prof --disable-libdl" EXTRA_CFLAGS="-Werror -Wno-array-bounds"
|
2019-03-23 08:08:53 +08:00
|
|
|
- os: linux
|
2020-09-11 16:07:10 +08:00
|
|
|
arch: amd64
|
2019-03-23 08:08:53 +08:00
|
|
|
env: CC=gcc CXX=g++ COMPILER_FLAGS="" CONFIGURE_FLAGS="--enable-prof --enable-opt-safety-checks" EXTRA_CFLAGS="-Werror -Wno-array-bounds"
|
2019-09-12 01:31:30 +08:00
|
|
|
- os: linux
|
2020-09-11 16:07:10 +08:00
|
|
|
arch: amd64
|
2019-09-12 01:31:30 +08:00
|
|
|
env: CC=gcc CXX=g++ COMPILER_FLAGS="" CONFIGURE_FLAGS="--enable-prof --with-lg-page=16" EXTRA_CFLAGS="-Werror -Wno-array-bounds"
|
2017-01-26 04:58:50 +08:00
|
|
|
- os: linux
|
2020-09-11 16:07:10 +08:00
|
|
|
arch: amd64
|
2017-04-21 08:21:37 +08:00
|
|
|
env: CC=gcc CXX=g++ COMPILER_FLAGS="" CONFIGURE_FLAGS="--enable-prof --with-malloc-conf=tcache:false" EXTRA_CFLAGS="-Werror -Wno-array-bounds"
|
2017-05-23 08:15:57 +08:00
|
|
|
- os: linux
|
2020-09-11 16:07:10 +08:00
|
|
|
arch: amd64
|
2017-05-23 08:15:57 +08:00
|
|
|
env: CC=gcc CXX=g++ COMPILER_FLAGS="" CONFIGURE_FLAGS="--enable-prof --with-malloc-conf=dss:primary" EXTRA_CFLAGS="-Werror -Wno-array-bounds"
|
2017-05-24 01:53:36 +08:00
|
|
|
- os: linux
|
2020-09-11 16:07:10 +08:00
|
|
|
arch: amd64
|
2017-05-24 01:53:36 +08:00
|
|
|
env: CC=gcc CXX=g++ COMPILER_FLAGS="" CONFIGURE_FLAGS="--enable-prof --with-malloc-conf=percpu_arena:percpu" EXTRA_CFLAGS="-Werror -Wno-array-bounds"
|
2017-06-01 02:56:31 +08:00
|
|
|
- os: linux
|
2020-09-11 16:07:10 +08:00
|
|
|
arch: amd64
|
2017-06-01 02:56:31 +08:00
|
|
|
env: CC=gcc CXX=g++ COMPILER_FLAGS="" CONFIGURE_FLAGS="--enable-prof --with-malloc-conf=background_thread:true" EXTRA_CFLAGS="-Werror -Wno-array-bounds"
|
2019-02-07 05:36:56 +08:00
|
|
|
- os: linux
|
2020-09-11 16:07:10 +08:00
|
|
|
arch: amd64
|
2019-02-07 05:36:56 +08:00
|
|
|
env: CC=gcc CXX=g++ COMPILER_FLAGS="" CONFIGURE_FLAGS="--disable-stats --disable-libdl" EXTRA_CFLAGS="-Werror -Wno-array-bounds"
|
2019-03-23 08:08:53 +08:00
|
|
|
- os: linux
|
2020-09-11 16:07:10 +08:00
|
|
|
arch: amd64
|
2019-03-23 08:08:53 +08:00
|
|
|
env: CC=gcc CXX=g++ COMPILER_FLAGS="" CONFIGURE_FLAGS="--disable-stats --enable-opt-safety-checks" EXTRA_CFLAGS="-Werror -Wno-array-bounds"
|
2019-09-12 01:31:30 +08:00
|
|
|
- os: linux
|
2020-09-11 16:07:10 +08:00
|
|
|
arch: amd64
|
2019-09-12 01:31:30 +08:00
|
|
|
env: CC=gcc CXX=g++ COMPILER_FLAGS="" CONFIGURE_FLAGS="--disable-stats --with-lg-page=16" EXTRA_CFLAGS="-Werror -Wno-array-bounds"
|
2017-01-26 04:58:50 +08:00
|
|
|
- os: linux
|
2020-09-11 16:07:10 +08:00
|
|
|
arch: amd64
|
2017-04-21 08:21:37 +08:00
|
|
|
env: CC=gcc CXX=g++ COMPILER_FLAGS="" CONFIGURE_FLAGS="--disable-stats --with-malloc-conf=tcache:false" EXTRA_CFLAGS="-Werror -Wno-array-bounds"
|
2017-05-23 08:15:57 +08:00
|
|
|
- os: linux
|
2020-09-11 16:07:10 +08:00
|
|
|
arch: amd64
|
2017-05-23 08:15:57 +08:00
|
|
|
env: CC=gcc CXX=g++ COMPILER_FLAGS="" CONFIGURE_FLAGS="--disable-stats --with-malloc-conf=dss:primary" EXTRA_CFLAGS="-Werror -Wno-array-bounds"
|
2017-05-24 01:53:36 +08:00
|
|
|
- os: linux
|
2020-09-11 16:07:10 +08:00
|
|
|
arch: amd64
|
2017-05-24 01:53:36 +08:00
|
|
|
env: CC=gcc CXX=g++ COMPILER_FLAGS="" CONFIGURE_FLAGS="--disable-stats --with-malloc-conf=percpu_arena:percpu" EXTRA_CFLAGS="-Werror -Wno-array-bounds"
|
2017-06-01 02:56:31 +08:00
|
|
|
- os: linux
|
2020-09-11 16:07:10 +08:00
|
|
|
arch: amd64
|
2017-06-01 02:56:31 +08:00
|
|
|
env: CC=gcc CXX=g++ COMPILER_FLAGS="" CONFIGURE_FLAGS="--disable-stats --with-malloc-conf=background_thread:true" EXTRA_CFLAGS="-Werror -Wno-array-bounds"
|
2019-03-23 08:08:53 +08:00
|
|
|
- os: linux
|
2020-09-11 16:07:10 +08:00
|
|
|
arch: amd64
|
2019-03-23 08:08:53 +08:00
|
|
|
env: CC=gcc CXX=g++ COMPILER_FLAGS="" CONFIGURE_FLAGS="--disable-libdl --enable-opt-safety-checks" EXTRA_CFLAGS="-Werror -Wno-array-bounds"
|
2019-09-12 01:31:30 +08:00
|
|
|
- os: linux
|
2020-09-11 16:07:10 +08:00
|
|
|
arch: amd64
|
2019-09-12 01:31:30 +08:00
|
|
|
env: CC=gcc CXX=g++ COMPILER_FLAGS="" CONFIGURE_FLAGS="--disable-libdl --with-lg-page=16" EXTRA_CFLAGS="-Werror -Wno-array-bounds"
|
2019-02-07 05:36:56 +08:00
|
|
|
- os: linux
|
2020-09-11 16:07:10 +08:00
|
|
|
arch: amd64
|
2019-02-07 05:36:56 +08:00
|
|
|
env: CC=gcc CXX=g++ COMPILER_FLAGS="" CONFIGURE_FLAGS="--disable-libdl --with-malloc-conf=tcache:false" EXTRA_CFLAGS="-Werror -Wno-array-bounds"
|
|
|
|
- os: linux
|
2020-09-11 16:07:10 +08:00
|
|
|
arch: amd64
|
2019-02-07 05:36:56 +08:00
|
|
|
env: CC=gcc CXX=g++ COMPILER_FLAGS="" CONFIGURE_FLAGS="--disable-libdl --with-malloc-conf=dss:primary" EXTRA_CFLAGS="-Werror -Wno-array-bounds"
|
|
|
|
- os: linux
|
2020-09-11 16:07:10 +08:00
|
|
|
arch: amd64
|
2019-02-07 05:36:56 +08:00
|
|
|
env: CC=gcc CXX=g++ COMPILER_FLAGS="" CONFIGURE_FLAGS="--disable-libdl --with-malloc-conf=percpu_arena:percpu" EXTRA_CFLAGS="-Werror -Wno-array-bounds"
|
|
|
|
- os: linux
|
2020-09-11 16:07:10 +08:00
|
|
|
arch: amd64
|
2019-02-07 05:36:56 +08:00
|
|
|
env: CC=gcc CXX=g++ COMPILER_FLAGS="" CONFIGURE_FLAGS="--disable-libdl --with-malloc-conf=background_thread:true" EXTRA_CFLAGS="-Werror -Wno-array-bounds"
|
2019-09-12 01:31:30 +08:00
|
|
|
- os: linux
|
2020-09-11 16:07:10 +08:00
|
|
|
arch: amd64
|
2019-09-12 01:31:30 +08:00
|
|
|
env: CC=gcc CXX=g++ COMPILER_FLAGS="" CONFIGURE_FLAGS="--enable-opt-safety-checks --with-lg-page=16" EXTRA_CFLAGS="-Werror -Wno-array-bounds"
|
2019-03-23 08:08:53 +08:00
|
|
|
- os: linux
|
2020-09-11 16:07:10 +08:00
|
|
|
arch: amd64
|
2019-03-23 08:08:53 +08:00
|
|
|
env: CC=gcc CXX=g++ COMPILER_FLAGS="" CONFIGURE_FLAGS="--enable-opt-safety-checks --with-malloc-conf=tcache:false" EXTRA_CFLAGS="-Werror -Wno-array-bounds"
|
|
|
|
- os: linux
|
2020-09-11 16:07:10 +08:00
|
|
|
arch: amd64
|
2019-03-23 08:08:53 +08:00
|
|
|
env: CC=gcc CXX=g++ COMPILER_FLAGS="" CONFIGURE_FLAGS="--enable-opt-safety-checks --with-malloc-conf=dss:primary" EXTRA_CFLAGS="-Werror -Wno-array-bounds"
|
|
|
|
- os: linux
|
2020-09-11 16:07:10 +08:00
|
|
|
arch: amd64
|
2019-03-23 08:08:53 +08:00
|
|
|
env: CC=gcc CXX=g++ COMPILER_FLAGS="" CONFIGURE_FLAGS="--enable-opt-safety-checks --with-malloc-conf=percpu_arena:percpu" EXTRA_CFLAGS="-Werror -Wno-array-bounds"
|
|
|
|
- os: linux
|
2020-09-11 16:07:10 +08:00
|
|
|
arch: amd64
|
2019-03-23 08:08:53 +08:00
|
|
|
env: CC=gcc CXX=g++ COMPILER_FLAGS="" CONFIGURE_FLAGS="--enable-opt-safety-checks --with-malloc-conf=background_thread:true" EXTRA_CFLAGS="-Werror -Wno-array-bounds"
|
2019-09-12 01:31:30 +08:00
|
|
|
- os: linux
|
2020-09-11 16:07:10 +08:00
|
|
|
arch: amd64
|
2019-09-12 01:31:30 +08:00
|
|
|
env: CC=gcc CXX=g++ COMPILER_FLAGS="" CONFIGURE_FLAGS="--with-lg-page=16 --with-malloc-conf=tcache:false" EXTRA_CFLAGS="-Werror -Wno-array-bounds"
|
|
|
|
- os: linux
|
2020-09-11 16:07:10 +08:00
|
|
|
arch: amd64
|
2019-09-12 01:31:30 +08:00
|
|
|
env: CC=gcc CXX=g++ COMPILER_FLAGS="" CONFIGURE_FLAGS="--with-lg-page=16 --with-malloc-conf=dss:primary" EXTRA_CFLAGS="-Werror -Wno-array-bounds"
|
|
|
|
- os: linux
|
2020-09-11 16:07:10 +08:00
|
|
|
arch: amd64
|
2019-09-12 01:31:30 +08:00
|
|
|
env: CC=gcc CXX=g++ COMPILER_FLAGS="" CONFIGURE_FLAGS="--with-lg-page=16 --with-malloc-conf=percpu_arena:percpu" EXTRA_CFLAGS="-Werror -Wno-array-bounds"
|
|
|
|
- os: linux
|
2020-09-11 16:07:10 +08:00
|
|
|
arch: amd64
|
2019-09-12 01:31:30 +08:00
|
|
|
env: CC=gcc CXX=g++ COMPILER_FLAGS="" CONFIGURE_FLAGS="--with-lg-page=16 --with-malloc-conf=background_thread:true" EXTRA_CFLAGS="-Werror -Wno-array-bounds"
|
2017-05-23 08:15:57 +08:00
|
|
|
- os: linux
|
2020-09-11 16:07:10 +08:00
|
|
|
arch: amd64
|
2017-05-23 08:15:57 +08:00
|
|
|
env: CC=gcc CXX=g++ COMPILER_FLAGS="" CONFIGURE_FLAGS="--with-malloc-conf=tcache:false,dss:primary" EXTRA_CFLAGS="-Werror -Wno-array-bounds"
|
2017-05-24 01:53:36 +08:00
|
|
|
- os: linux
|
2020-09-11 16:07:10 +08:00
|
|
|
arch: amd64
|
2017-05-24 01:53:36 +08:00
|
|
|
env: CC=gcc CXX=g++ COMPILER_FLAGS="" CONFIGURE_FLAGS="--with-malloc-conf=tcache:false,percpu_arena:percpu" EXTRA_CFLAGS="-Werror -Wno-array-bounds"
|
2017-06-01 02:56:31 +08:00
|
|
|
- os: linux
|
2020-09-11 16:07:10 +08:00
|
|
|
arch: amd64
|
2017-06-01 02:56:31 +08:00
|
|
|
env: CC=gcc CXX=g++ COMPILER_FLAGS="" CONFIGURE_FLAGS="--with-malloc-conf=tcache:false,background_thread:true" EXTRA_CFLAGS="-Werror -Wno-array-bounds"
|
2017-05-24 01:53:36 +08:00
|
|
|
- os: linux
|
2020-09-11 16:07:10 +08:00
|
|
|
arch: amd64
|
2017-05-24 01:53:36 +08:00
|
|
|
env: CC=gcc CXX=g++ COMPILER_FLAGS="" CONFIGURE_FLAGS="--with-malloc-conf=dss:primary,percpu_arena:percpu" EXTRA_CFLAGS="-Werror -Wno-array-bounds"
|
2017-06-01 02:56:31 +08:00
|
|
|
- os: linux
|
2020-09-11 16:07:10 +08:00
|
|
|
arch: amd64
|
2017-06-01 02:56:31 +08:00
|
|
|
env: CC=gcc CXX=g++ COMPILER_FLAGS="" CONFIGURE_FLAGS="--with-malloc-conf=dss:primary,background_thread:true" EXTRA_CFLAGS="-Werror -Wno-array-bounds"
|
|
|
|
- os: linux
|
2020-09-11 16:07:10 +08:00
|
|
|
arch: amd64
|
2017-06-01 02:56:31 +08:00
|
|
|
env: CC=gcc CXX=g++ COMPILER_FLAGS="" CONFIGURE_FLAGS="--with-malloc-conf=percpu_arena:percpu,background_thread:true" EXTRA_CFLAGS="-Werror -Wno-array-bounds"
|
2018-07-10 19:58:37 +08:00
|
|
|
# Development build
|
2018-05-03 17:40:53 +08:00
|
|
|
- os: linux
|
|
|
|
env: CC=gcc CXX=g++ COMPILER_FLAGS="" CONFIGURE_FLAGS="--enable-debug --disable-cache-oblivious --enable-stats --enable-log --enable-prof" EXTRA_CFLAGS="-Werror -Wno-array-bounds"
|
2018-07-11 21:11:53 +08:00
|
|
|
# --enable-expermental-smallocx:
|
|
|
|
- os: linux
|
|
|
|
env: CC=gcc CXX=g++ COMPILER_FLAGS="" CONFIGURE_FLAGS="--enable-debug --enable-experimental-smallocx --enable-stats --enable-prof" EXTRA_CFLAGS="-Werror -Wno-array-bounds"
|
2016-06-09 23:17:19 +08:00
|
|
|
|
2018-07-10 19:58:37 +08:00
|
|
|
# Valgrind
|
|
|
|
- os: linux
|
|
|
|
env: CC=gcc CXX=g++ COMPILER_FLAGS="" CONFIGURE_FLAGS="" EXTRA_CFLAGS="-Werror -Wno-array-bounds" JEMALLOC_TEST_PREFIX="valgrind"
|
|
|
|
addons:
|
|
|
|
apt:
|
|
|
|
packages:
|
|
|
|
- valgrind
|
|
|
|
|
2018-07-10 20:41:20 +08:00
|
|
|
|
2016-06-09 23:17:19 +08:00
|
|
|
before_script:
|
|
|
|
- autoconf
|
2018-07-11 21:18:40 +08:00
|
|
|
- scripts/gen_travis.py > travis_script && diff .travis.yml travis_script
|
2017-01-26 04:58:50 +08:00
|
|
|
- ./configure ${COMPILER_FLAGS:+ CC="$CC $COMPILER_FLAGS" CXX="$CXX $COMPILER_FLAGS" } $CONFIGURE_FLAGS
|
2016-06-09 23:17:19 +08:00
|
|
|
- make -j3
|
|
|
|
- make -j3 tests
|
|
|
|
|
|
|
|
script:
|
|
|
|
- make check
|
2017-01-26 04:58:50 +08:00
|
|
|
|