File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 3030 keys :
3131 - fork-cache-{{ checksum "CMakeLists.txt" }}-{{ checksum ".circleci/fresh_ci_cache.commit" }}
3232 - run :
33- command : export CMAKE_GENERATOR="Ninja" && make test_parallel
33+ command : export CMAKE_GENERATOR="Ninja" && export COMPILE_JOBS=4 && make test_parallel
3434 no_output_timeout : 50m
3535 - save_cache :
3636 key : fork-cache-{{ checksum "CMakeLists.txt" }}-{{ checksum ".circleci/fresh_ci_cache.commit" }}
4747 keys :
4848 - main-ccache-{{ checksum "CMakeLists.txt" }}-{{ checksum ".circleci/fresh_ci_cache.commit" }}
4949 - run :
50- command : export CMAKE_GENERATOR="Ninja" && make test_parallel
50+ command : export CMAKE_GENERATOR="Ninja" && export COMPILE_JOBS=4 && make test_parallel
5151 no_output_timeout : 50m
5252 - save_cache :
5353 key : main-ccache-{{ checksum "CMakeLists.txt" }}-{{ checksum ".circleci/fresh_ci_cache.commit" }}
Original file line number Diff line number Diff line change 5959 path : ./build/
6060 - name : Run TSAN tests
6161 run : |
62- echo leak :libomp.so > omp.supp
63- export LSAN_OPTIONS =suppressions=omp.supp
62+ echo race :libomp.so > omp.supp
63+ export TSAN_OPTIONS =suppressions=omp.supp
6464 chmod +x ./build/tests/functests
6565 ./build/tests/functests "[concurrent]~[daily]"
You can’t perform that action at this time.
0 commit comments