Skip to content

Commit 7556445

Browse files
committed
Don't checkperf sanitize, don't do sanitize-gcc7
1 parent 3091e2d commit 7556445

File tree

1 file changed

+2
-8
lines changed

1 file changed

+2
-8
lines changed

.circleci/config.yml

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -99,20 +99,15 @@ jobs:
9999
steps: [ init_clang6, cmake_test_all, cmake_install_test ]
100100

101101
# sanitize
102-
sanitize-gcc7:
103-
description: Build and run tests on GCC 7 and AVX 2 with a cmake sanitize build
104-
executor: gcc7
105-
environment: { CMAKE_FLAGS: -DSIMDJSON_BUILD_STATIC=OFF -DSIMDJSON_SANITIZE=ON, BUILD_FLAGS: "" } # gcc sanitize seems to have bugs with -j :(
106-
steps: [ cmake_test_all ]
107102
sanitize-gcc9:
108103
description: Build and run tests on GCC 9 and AVX 2 with a cmake sanitize build
109104
executor: gcc9
110-
environment: { CMAKE_FLAGS: -DSIMDJSON_BUILD_STATIC=OFF -DSIMDJSON_SANITIZE=ON }
105+
environment: { CMAKE_FLAGS: -DSIMDJSON_BUILD_STATIC=OFF -DSIMDJSON_SANITIZE=ON, CTEST_FLAGS: -j4 --output-on-failure -E checkperf }
111106
steps: [ cmake_test_all ]
112107
sanitize-clang6:
113108
description: Build and run tests on clang 6 and AVX 2 with a cmake sanitize build
114109
executor: clang6
115-
environment: { CMAKE_FLAGS: -DSIMDJSON_BUILD_STATIC=OFF -DSIMDJSON_SANITIZE=ON }
110+
environment: { CMAKE_FLAGS: -DSIMDJSON_BUILD_STATIC=OFF -DSIMDJSON_SANITIZE=ON, CTEST_FLAGS: -j4 --output-on-failure -E checkperf }
116111
steps: [ init_clang6, cmake_test_all ]
117112

118113
# dynamic
@@ -181,7 +176,6 @@ workflows:
181176
- clang6
182177

183178
# full single-implementation tests
184-
- sanitize-gcc7
185179
- sanitize-gcc9
186180
- sanitize-clang6
187181
- dynamic-gcc7

0 commit comments

Comments
 (0)