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

Commit

Permalink
disable coverage for clang_6_mkldnn
Browse files Browse the repository at this point in the history
  • Loading branch information
haojin2 committed Aug 22, 2019
1 parent 7f7d2d4 commit 244b1ca
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion ci/docker/runtime_functions.sh
Original file line number Diff line number Diff line change
Expand Up @@ -542,7 +542,6 @@ build_ubuntu_cpu_clang60_mkldnn() {
build_ccache_wrappers

make \
ENABLE_TESTCOVERAGE=1 \
USE_CPP_PACKAGE=1 \
USE_BLAS=openblas \
USE_OPENMP=1 \
Expand Down
2 changes: 1 addition & 1 deletion ci/jenkins/Jenkins_steps.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -389,7 +389,7 @@ def compile_unix_clang_6_mkldnn_cpu() {
timeout(time: max_time, unit: 'MINUTES') {
utils.init_git()
utils.docker_run('ubuntu_cpu', 'build_ubuntu_cpu_clang60_mkldnn', false)
utils.pack_lib('mkldnn_cpu_clang6', mx_mkldnn_lib, true)
utils.pack_lib('mkldnn_cpu_clang6', mx_mkldnn_lib, false)
}
}
}
Expand Down

0 comments on commit 244b1ca

Please sign in to comment.