Skip to content

Commit 0784e14

Browse files
committed
opt
1 parent b59fa78 commit 0784e14

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/ubuntu.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -558,6 +558,7 @@ jobs:
558558
PPC_ASAN_RUN: 1
559559
ASAN_OPTIONS: abort_on_error=1
560560
UBSAN_OPTIONS: halt_on_error=1
561+
TSAN_OPTIONS: ignore_noninstrumented_modules=1
561562
- name: Run tests (threads, num_threads=1)
562563
run: python3 scripts/run_tests.py --running-type="threads"
563564
env:
@@ -566,6 +567,7 @@ jobs:
566567
PPC_ASAN_RUN: 1
567568
ASAN_OPTIONS: abort_on_error=1
568569
UBSAN_OPTIONS: halt_on_error=1
570+
TSAN_OPTIONS: ignore_noninstrumented_modules=1
569571
- name: Run tests (threads, num_threads=2)
570572
run: python3 scripts/run_tests.py --running-type="threads"
571573
env:
@@ -574,6 +576,7 @@ jobs:
574576
PPC_ASAN_RUN: 1
575577
ASAN_OPTIONS: abort_on_error=1
576578
UBSAN_OPTIONS: halt_on_error=1
579+
TSAN_OPTIONS: ignore_noninstrumented_modules=1
577580
- name: Run tests (threads, num_threads=3)
578581
run: python3 scripts/run_tests.py --running-type="threads"
579582
env:
@@ -582,6 +585,7 @@ jobs:
582585
PPC_ASAN_RUN: 1
583586
ASAN_OPTIONS: abort_on_error=1
584587
UBSAN_OPTIONS: halt_on_error=1
588+
TSAN_OPTIONS: ignore_noninstrumented_modules=1
585589
- name: Run tests (threads, num_threads=4)
586590
run: python3 scripts/run_tests.py --running-type="threads"
587591
env:
@@ -590,6 +594,7 @@ jobs:
590594
PPC_ASAN_RUN: 1
591595
ASAN_OPTIONS: abort_on_error=1
592596
UBSAN_OPTIONS: halt_on_error=1
597+
TSAN_OPTIONS: ignore_noninstrumented_modules=1
593598
ubuntu-clang-sanitizer-test-extended:
594599
needs:
595600
- ubuntu-clang-sanitizer-test

0 commit comments

Comments
 (0)