mirror of
https://github.com/curl/curl.git
synced 2026-05-16 08:56:22 +03:00
try something 1
This commit is contained in:
parent
94b3d98d41
commit
72f627ff7c
1 changed files with 2 additions and 1 deletions
3
.github/workflows/linux.yml
vendored
3
.github/workflows/linux.yml
vendored
|
|
@ -348,12 +348,13 @@ jobs:
|
|||
CFLAGS: >-
|
||||
-fsanitize=address,bounds,leak,signed-integer-overflow,undefined
|
||||
-fno-sanitize-recover=address,bounds,leak,signed-integer-overflow,undefined
|
||||
-fPIC
|
||||
|
||||
LDFLAGS: >-
|
||||
-fsanitize=address,bounds,leak,signed-integer-overflow,undefined
|
||||
-fno-sanitize-recover=address,bounds,leak,signed-integer-overflow,undefined -ldl -lubsan
|
||||
|
||||
generate: -DENABLE_DEBUG=ON -DBUILD_STATIC_LIBS=ON -DBUILD_SHARED_LIBS=OFF -DCURL_USE_LIBSSH=ON
|
||||
generate: -DENABLE_DEBUG=ON -DCURL_USE_LIBSSH=ON
|
||||
|
||||
- name: 'address-sanitizer H3 c-ares'
|
||||
install_packages: clang-20 libubsan1 libasan8 libtsan2
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue