Skip to content

Commit

Permalink
#2100: Disable unity builds for gcc 7/8
Browse files Browse the repository at this point in the history
  • Loading branch information
PhilMiller authored and cz4rs committed Mar 27, 2023
1 parent c6373dd commit dcf77af
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions scripts/workflows-azure.ini
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,7 @@ compiler = gcc-7
distro = 18.04
vt_trace = 1
vt_trace_rt = 1
vt_unity_build = 0
code_coverage = 1
docker_target = "[% linux %]-cpp-clean-noinstall"
output_name = ci/azure/azure-gcc-7-ubuntu-mpich.yml
Expand All @@ -107,6 +108,7 @@ distro = 18.04
vt_trace = 1
vt_pool = 0
vt_asan = 1
vt_unity_build = 0
output_name = ci/azure/azure-gcc-8-ubuntu-mpich.yml
lsan_options = suppressions=/vt/tests/lsan.supp

Expand Down

0 comments on commit dcf77af

Please sign in to comment.