Skip to content

Commit

Permalink
Use -DGZ_SANITIZER to fix deprecation warning (#776)
Browse files Browse the repository at this point in the history
Signed-off-by: Steve Peters <[email protected]>
  • Loading branch information
scpeters authored Sep 4, 2022
1 parent 29617ca commit 966c795
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion jenkins-scripts/dsl/ignition.dsl
Original file line number Diff line number Diff line change
Expand Up @@ -486,7 +486,7 @@ gz_software.each { gz_sw ->
void generate_asan_ci_job(gz_ci_job, gz_sw, branch, distro, arch)
{
generate_ci_job(gz_ci_job, gz_sw, branch, distro, arch,
'-DIGN_SANITIZER=Address',
'-DGZ_SANITIZER=Address',
Globals.MAKETEST_SKIP_IGN)
}

Expand Down
2 changes: 1 addition & 1 deletion jenkins-scripts/dsl/sdformat.dsl
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ other_supported_distros.each { distro ->
void generate_asan_ci_job(sdformat_ci_job, version, distro, arch)
{
generate_ci_job(sdformat_ci_job, version, distro, arch,
'-DIGN_SANITIZER=Address',
'-DGZ_SANITIZER=Address',
Globals.MAKETEST_SKIP_IGN)
}

Expand Down

0 comments on commit 966c795

Please sign in to comment.