Skip to content

Commit 1440bed

Browse files
committed
#2100: Disable unity builds for gcc 7/8
1 parent 64d3700 commit 1440bed

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

scripts/workflows-azure.ini

+2
Original file line numberDiff line numberDiff line change
@@ -95,6 +95,7 @@ compiler = gcc-7
9595
distro = 18.04
9696
vt_trace = 1
9797
vt_trace_rt = 1
98+
vt_unity_build = 0
9899
code_coverage = 1
99100
docker_target = "[% linux %]-cpp-clean-noinstall"
100101
output_name = ci/azure/azure-gcc-7-ubuntu-mpich.yml
@@ -107,6 +108,7 @@ distro = 18.04
107108
vt_trace = 1
108109
vt_pool = 0
109110
vt_asan = 1
111+
vt_unity_build = 0
110112
output_name = ci/azure/azure-gcc-8-ubuntu-mpich.yml
111113
lsan_options = suppressions=/vt/tests/lsan.supp
112114

0 commit comments

Comments
 (0)