Skip to content

Commit 1fdead6

Browse files
[CI] Sanitizer Update
Updated the sanitizer to use the standard VTR flow (without Odin) instead of with Odin. Turned on the Strong tests as well to get better sanitizer coverage. This test was originally turned off since it took too long. Will use a PR to investigate how long this takes.
1 parent de31f09 commit 1fdead6

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

.github/workflows/test.yml

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -288,10 +288,14 @@ jobs:
288288
include: [
289289
{
290290
name: 'Basic',
291-
params: '-DVTR_ASSERT_LEVEL=3 -DVTR_ENABLE_SANITIZE=on -DVTR_IPO_BUILD=off -DWITH_BLIFEXPLORER=on -DWITH_PARMYS=OFF -DWITH_ODIN=on',
292-
suite: 'vtr_reg_basic_odin'
291+
params: '-DVTR_ASSERT_LEVEL=3 -DVTR_ENABLE_SANITIZE=on -DWITH_BLIFEXPLORER=on',
292+
suite: 'vtr_reg_basic'
293+
},
294+
{
295+
name: 'Strong',
296+
params: '-DVTR_ASSERT_LEVEL=3 -DVTR_ENABLE_SANITIZE=on -DWITH_BLIFEXPLORER=on',
297+
suite: 'vtr_reg_strong'
293298
}
294-
#- { name: 'Strong', suite: 'vtr_reg_strong' } # SKIP Too long to run on GitHub Actions (max 6h)
295299
]
296300

297301

0 commit comments

Comments
 (0)