Skip to content

Commit c62e013

Browse files
committed
github: Enable UBSAN for PR workflow
Given we were already enabling ASAN and there were a couple of UBSAN bugs, let's enable UBSAN too. Signed-off-by: Andrew Jeffery <andrew@codeconstruct.com.au>
1 parent c06f126 commit c62e013

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/pr.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
run: pip install --user -r tests/requirements.txt
1919

2020
- name: Configure mctp build
21-
run: meson setup build -Db_sanitize=address
21+
run: meson setup build -Db_sanitize=address,undefined
2222

2323
- name: Build mctp
2424
run: meson compile -C build
@@ -52,7 +52,7 @@ jobs:
5252
run: pip install --user -r tests/requirements.txt
5353

5454
- name: Configure mctp build
55-
run: meson setup build -Db_sanitize=address
55+
run: meson setup build -Db_sanitize=address,undefined
5656

5757
- name: Build mctp
5858
run: meson compile -C build

0 commit comments

Comments
 (0)