Skip to content

Commit 9b662ea

Browse files
lifflandercwschilly
authored andcommitted
#2479: CI: add ASAN to an openmpi build, switch vt_lb=0 to another build
1 parent 4aa2a88 commit 9b662ea

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

docker-bake.hcl

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -280,11 +280,14 @@ target "vt-build-all" {
280280
},
281281
{
282282
image = "amd64-ubuntu-20.04-gcc-10-cpp"
283+
vt_lb = 0
283284
},
284285
{
285286
image = "amd64-ubuntu-20.04-gcc-10-openmpi-cpp"
286-
vt_lb = 0
287287
vt_tests_num_nodes = 8
288+
vt_pool = 0
289+
vt_asan = 1
290+
vt_unity_build = 0
288291
},
289292
{
290293
image = "amd64-ubuntu-20.04-gcc-10-openmpi-cpp"

0 commit comments

Comments
 (0)