Skip to content

Commit

Permalink
[ci] Build interpreter/ without coverage:
Browse files Browse the repository at this point in the history
We see several timeouts when running in coverage mode; this might help.
We also really do not care about coverage of interpreter/: there are
dedicated test suites that are not run as part of testing ROOT.
  • Loading branch information
Axel-Naumann committed Aug 21, 2023
1 parent 1877d93 commit ff88ef6
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions interpreter/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -170,6 +170,9 @@ endif()

# We will not fix llvm or clang.
string(REPLACE "-Werror " "" CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} ")
# Turn off coverage - we don't need this for llvm.
string(REPLACE "${GCC_COVERAGE_COMPILE_FLAGS}" "" CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS}")


if(LLVM_SHARED_LINKER_FLAGS)
set(CMAKE_SHARED_LINKER_FLAGS "${CMAKE_SHARED_LINKER_FLAGS} ${LLVM_SHARED_LINKER_FLAGS}")
Expand Down

0 comments on commit ff88ef6

Please sign in to comment.