We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 91ff744 commit 4dfaa2cCopy full SHA for 4dfaa2c
1 file changed
.github/workflows/ubuntu.yml
@@ -40,6 +40,10 @@ jobs:
40
- test_task: check
41
os: ubuntu-24.04
42
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
47
# ubuntu-24.04-arm jobs don't start on ruby/ruby as of 2025-10-29
48
#- test_task: check
49
# os: ubuntu-24.04-arm
0 commit comments