Skip to content

Commit 3dc475f

Browse files
MDBF-1195: Enable UBSAN suppressions
1 parent 9e9188d commit 3dc475f

File tree

1 file changed

+1
-1
lines changed
  • configuration/builders/sequences/connectors

1 file changed

+1
-1
lines changed

configuration/builders/sequences/connectors/conodbc.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -705,7 +705,7 @@ def bintar(
705705
),
706706
(
707707
"UBSAN_OPTIONS",
708-
"print_stacktrace=1:report_error_type=1:halt_on_error=1",
708+
f"suppressions=/home/buildbot/{source_path}/UBSAN.supp:print_stacktrace=1:report_error_type=1:halt_on_error=1",
709709
),
710710
]
711711

0 commit comments

Comments
 (0)