Don't checkperf sanitize, don't do sanitize-gcc7
This commit is contained in:
parent
3091e2dc0e
commit
75564453b3
|
@ -99,20 +99,15 @@ jobs:
|
||||||
steps: [ init_clang6, cmake_test_all, cmake_install_test ]
|
steps: [ init_clang6, cmake_test_all, cmake_install_test ]
|
||||||
|
|
||||||
# sanitize
|
# sanitize
|
||||||
sanitize-gcc7:
|
|
||||||
description: Build and run tests on GCC 7 and AVX 2 with a cmake sanitize build
|
|
||||||
executor: gcc7
|
|
||||||
environment: { CMAKE_FLAGS: -DSIMDJSON_BUILD_STATIC=OFF -DSIMDJSON_SANITIZE=ON, BUILD_FLAGS: "" } # gcc sanitize seems to have bugs with -j :(
|
|
||||||
steps: [ cmake_test_all ]
|
|
||||||
sanitize-gcc9:
|
sanitize-gcc9:
|
||||||
description: Build and run tests on GCC 9 and AVX 2 with a cmake sanitize build
|
description: Build and run tests on GCC 9 and AVX 2 with a cmake sanitize build
|
||||||
executor: gcc9
|
executor: gcc9
|
||||||
environment: { CMAKE_FLAGS: -DSIMDJSON_BUILD_STATIC=OFF -DSIMDJSON_SANITIZE=ON }
|
environment: { CMAKE_FLAGS: -DSIMDJSON_BUILD_STATIC=OFF -DSIMDJSON_SANITIZE=ON, CTEST_FLAGS: -j4 --output-on-failure -E checkperf }
|
||||||
steps: [ cmake_test_all ]
|
steps: [ cmake_test_all ]
|
||||||
sanitize-clang6:
|
sanitize-clang6:
|
||||||
description: Build and run tests on clang 6 and AVX 2 with a cmake sanitize build
|
description: Build and run tests on clang 6 and AVX 2 with a cmake sanitize build
|
||||||
executor: clang6
|
executor: clang6
|
||||||
environment: { CMAKE_FLAGS: -DSIMDJSON_BUILD_STATIC=OFF -DSIMDJSON_SANITIZE=ON }
|
environment: { CMAKE_FLAGS: -DSIMDJSON_BUILD_STATIC=OFF -DSIMDJSON_SANITIZE=ON, CTEST_FLAGS: -j4 --output-on-failure -E checkperf }
|
||||||
steps: [ init_clang6, cmake_test_all ]
|
steps: [ init_clang6, cmake_test_all ]
|
||||||
|
|
||||||
# dynamic
|
# dynamic
|
||||||
|
@ -181,7 +176,6 @@ workflows:
|
||||||
- clang6
|
- clang6
|
||||||
|
|
||||||
# full single-implementation tests
|
# full single-implementation tests
|
||||||
- sanitize-gcc7
|
|
||||||
- sanitize-gcc9
|
- sanitize-gcc9
|
||||||
- sanitize-clang6
|
- sanitize-clang6
|
||||||
- dynamic-gcc7
|
- dynamic-gcc7
|
||||||
|
|
Loading…
Reference in New Issue