Skip to content

Commit

Permalink
disable unity build for modeling coverage. (cmu-db#1633)
Browse files Browse the repository at this point in the history
  • Loading branch information
mbutrovich authored Jul 27, 2021
1 parent 022ecff commit 0847d39
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Jenkinsfile-utils.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -258,7 +258,7 @@ void stageModeling() {

// Recompile the noisepage DBMS in Debug mode with code coverage.
buildNoisePage([buildCommand:'ninja noisepage', cmake:
'-DCMAKE_BUILD_TYPE=Debug -DNOISEPAGE_GENERATE_COVERAGE=ON'
'-DCMAKE_BUILD_TYPE=Debug -DNOISEPAGE_UNITY_BUILD=OFF -DNOISEPAGE_GENERATE_COVERAGE=ON'
])

// Run the self_driving_e2e_test.
Expand Down

0 comments on commit 0847d39

Please sign in to comment.