Skip to content

Commit 037c1ce

Browse files
committed
opt
1 parent 26db1a3 commit 037c1ce

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

.github/workflows/ubuntu.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -557,6 +557,7 @@ jobs:
557557
PPC_ASAN_RUN: 1
558558
ASAN_OPTIONS: abort_on_error=1
559559
UBSAN_OPTIONS: halt_on_error=1
560+
TSAN_OPTIONS: ignore_noninstrumented_modules=1
560561
- name: Run tests (threads, num_threads=1)
561562
run: python3 scripts/run_tests.py --running-type="threads"
562563
env:
@@ -565,6 +566,7 @@ jobs:
565566
PPC_ASAN_RUN: 1
566567
ASAN_OPTIONS: abort_on_error=1
567568
UBSAN_OPTIONS: halt_on_error=1
569+
TSAN_OPTIONS: ignore_noninstrumented_modules=1
568570
- name: Run tests (threads, num_threads=2)
569571
run: python3 scripts/run_tests.py --running-type="threads"
570572
env:
@@ -573,6 +575,7 @@ jobs:
573575
PPC_ASAN_RUN: 1
574576
ASAN_OPTIONS: abort_on_error=1
575577
UBSAN_OPTIONS: halt_on_error=1
578+
TSAN_OPTIONS: ignore_noninstrumented_modules=1
576579
- name: Run tests (threads, num_threads=3)
577580
run: python3 scripts/run_tests.py --running-type="threads"
578581
env:
@@ -581,6 +584,7 @@ jobs:
581584
PPC_ASAN_RUN: 1
582585
ASAN_OPTIONS: abort_on_error=1
583586
UBSAN_OPTIONS: halt_on_error=1
587+
TSAN_OPTIONS: ignore_noninstrumented_modules=1
584588
- name: Run tests (threads, num_threads=4)
585589
run: python3 scripts/run_tests.py --running-type="threads"
586590
env:
@@ -589,6 +593,7 @@ jobs:
589593
PPC_ASAN_RUN: 1
590594
ASAN_OPTIONS: abort_on_error=1
591595
UBSAN_OPTIONS: halt_on_error=1
596+
TSAN_OPTIONS: ignore_noninstrumented_modules=1
592597
ubuntu-clang-sanitizer-test-extended:
593598
needs:
594599
- ubuntu-clang-sanitizer-test

0 commit comments

Comments
 (0)