Skip to content
This repository has been archived by the owner on Nov 17, 2023. It is now read-only.

Commit

Permalink
Disable ENABLE_TESTCOVERAGE on CentOS 7 build
Browse files Browse the repository at this point in the history
Causes significant slowdown in connection with the system (devtoolset) provided
OpenMP libraries.
  • Loading branch information
leezu committed Nov 9, 2020
1 parent 63d846c commit 7410497
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion ci/docker/runtime_functions.sh
Original file line number Diff line number Diff line change
Expand Up @@ -263,7 +263,6 @@ build_centos7_cpu() {
export CXXFLAGS="-fabi-version=11 -fabi-compat-version=7"
cmake \
-DCMAKE_BUILD_TYPE="RelWithDebInfo" \
-DENABLE_TESTCOVERAGE=ON \
-DUSE_MKL_IF_AVAILABLE=OFF \
-DUSE_MKLDNN=OFF \
-DUSE_DIST_KVSTORE=ON \
Expand Down

0 comments on commit 7410497

Please sign in to comment.