Skip to content

Commit

Permalink
Merge pull request #2101 from DARMA-tasking/2100-gcc-ci-oom
Browse files Browse the repository at this point in the history
#2100: Disable unity builds for gcc 7/8
  • Loading branch information
lifflander authored Mar 14, 2023
2 parents 64d3700 + 5a15b29 commit 23ac286
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ci/azure/azure-gcc-7-ubuntu-mpich.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ variables:
VT_POOL: 1
VT_EXTENDED_TESTS: 1
VT_TESTS_NUM_NODES: 2
VT_UNITY_BUILD: 1
VT_UNITY_BUILD: 0
VT_PRODUCTION_BUILD: 0
VT_FCONTEXT: 0
VT_ZOLTAN: 0
Expand Down
2 changes: 1 addition & 1 deletion ci/azure/azure-gcc-8-ubuntu-mpich.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ variables:
VT_POOL: 0
VT_EXTENDED_TESTS: 1
VT_TESTS_NUM_NODES: 2
VT_UNITY_BUILD: 1
VT_UNITY_BUILD: 0
VT_PRODUCTION_BUILD: 0
VT_FCONTEXT: 0
VT_ZOLTAN: 0
Expand Down
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 23ac286

Please sign in to comment.