Skip to content

Commit 4dfaa2c

Browse files
committed
Add ASAN ci build
1 parent 91ff744 commit 4dfaa2c

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/ubuntu.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,10 @@ jobs:
4040
- test_task: check
4141
os: ubuntu-24.04
4242
extra_checks: [capi]
43+
- test_task: check
44+
os: ubuntu-24.04
45+
configure: 'CC=clang-18 cflags=-fsanitize=address cppflags=-DUSE_MN_THREADS=0'
46+
timeout: 60
4347
# ubuntu-24.04-arm jobs don't start on ruby/ruby as of 2025-10-29
4448
#- test_task: check
4549
# os: ubuntu-24.04-arm

0 commit comments

Comments
 (0)