Skip to content

Commit b74d311

Browse files
committed
ci: also build against UBSAN Qt
While our KDDW asan build also enables ubsan in the same build, the downloaded Qt only had asan.
1 parent 87f3f6e commit b74d311

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/qt6-asan.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ jobs:
2525
- ubuntu-24.04
2626
qt-flavor:
2727
- asan
28+
- ubsan
2829

2930
steps:
3031
- name: Checkout sources
@@ -40,6 +41,7 @@ jobs:
4041
qt-tag: "v6.11.0-beta2"
4142
qt-flavor: "${{ matrix.qt-flavor }}"
4243

44+
# kddw asan build already has ubsan, while Qt has dedicated
4345
- name: Configure project
4446
run: cmake -S . -B ./build-dev-asan6 --preset dev-asan6
4547

0 commit comments

Comments
 (0)