summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid CARLIER <devnexen@gmail.com>2022-06-11 07:57:22 +0100
committerQi Wang <interwq@gmail.com>2022-07-19 13:23:08 -0700
commitadc70c051135ac8909ca37492d7b104150077033 (patch)
tree05cf3433501f00e28bba95d0a2873189fadbc3c8
parent4e12d21c8ddb9a70a12c8194c8b6c331fad7154a (diff)
downloadjemalloc-adc70c051135ac8909ca37492d7b104150077033.tar.gz
update travis
-rw-r--r--.travis.yml3
-rwxr-xr-xscripts/gen_travis.py1
2 files changed, 3 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index bf44fad4..49e6aa7e 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -376,6 +376,9 @@ jobs:
- os: osx
arch: amd64
env: CC=gcc CXX=g++ CONFIGURE_FLAGS="--with-malloc-conf=tcache:false" EXTRA_CFLAGS="-Werror -Wno-array-bounds -Wno-unknown-warning-option -Wno-ignored-attributes -Wno-deprecated-declarations"
+ - os: osx
+ arch: amd64
+ env: CC=gcc CXX=g++ CONFIGURE_FLAGS="--with-malloc-conf=percpu_arena:percpu" EXTRA_CFLAGS="-Werror -Wno-array-bounds -Wno-unknown-warning-option -Wno-ignored-attributes -Wno-deprecated-declarations"
# Development build
- os: linux
env: CC=gcc CXX=g++ CONFIGURE_FLAGS="--enable-debug --disable-cache-oblivious --enable-stats --enable-log --enable-prof" EXTRA_CFLAGS="-Werror -Wno-array-bounds"
diff --git a/scripts/gen_travis.py b/scripts/gen_travis.py
index 4366a066..b49905f9 100755
--- a/scripts/gen_travis.py
+++ b/scripts/gen_travis.py
@@ -257,7 +257,6 @@ def generate_macos(arch):
exclude = ([Option.as_malloc_conf(opt) for opt in (
'dss:primary',
- 'percpu_arena:percpu',
'background_thread:true')] +
[Option.as_configure_flag('--enable-prof')] +
[CLANG,])