Skip to content

Commit

Permalink
Add -DHAVE_valgrind to Debug builders
Browse files Browse the repository at this point in the history
  • Loading branch information
vladbogo committed Dec 22, 2023
1 parent 72fb438 commit d9c9f42
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions master-docker-nonstandard/master.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -1836,7 +1836,7 @@ c["builders"].append(
locks=getLocks,
properties={
"build_type": "Debug",
"additional_args": "-DWITH_DBUG_TRACE=OFF",
"additional_args": "-DWITH_DBUG_TRACE=OFF -DHAVE_valgrind",
"mtr_additional_args": '--skip-test="main\.show_analyze_json"',
},
factory=f_quick_build,
Expand All @@ -1854,7 +1854,7 @@ c["builders"].append(
locks=getLocks,
properties={
"build_type": "Debug",
"additional_args": "-DWITH_DBUG_TRACE=OFF -DWITH_SAFEMALLOC=OFF",
"additional_args": "-DWITH_DBUG_TRACE=OFF -DWITH_SAFEMALLOC=OFF -DHAVE_valgrind",
"mtr_additional_args": '--skip-test="main\.show_analyze_json"',
},
factory=f_quick_build,
Expand Down
4 changes: 2 additions & 2 deletions master-protected-branches/master.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -448,7 +448,7 @@ c["builders"].append(
locks=getLocks,
properties={
"build_type": "Debug",
"additional_args": "-DWITH_DBUG_TRACE=OFF",
"additional_args": "-DWITH_DBUG_TRACE=OFF -DHAVE_valgrind",
"mtr_additional_args": '--skip-test="main\.show_analyze_json"',
},
factory=f_quick_build,
Expand All @@ -466,7 +466,7 @@ c["builders"].append(
locks=getLocks,
properties={
"build_type": "Debug",
"additional_args": "-DWITH_DBUG_TRACE=OFF",
"additional_args": "-DWITH_DBUG_TRACE=OFF -DHAVE_valgrind",
"create_package": " ",
"mtr_additional_args": '--ps-protocol --skip-test="main\.show_analyze_json"',
},
Expand Down

0 comments on commit d9c9f42

Please sign in to comment.