mirror of
https://github.com/curl/curl.git
synced 2026-05-22 13:56:21 +03:00
drop gcc
This commit is contained in:
parent
e2347660a5
commit
371029929d
1 changed files with 0 additions and 17 deletions
17
.github/workflows/linux.yml
vendored
17
.github/workflows/linux.yml
vendored
|
|
@ -349,23 +349,6 @@ jobs:
|
|||
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 -DCURL_USE_OPENSSL=ON -DCURL_USE_LIBSSH=ON -DCMAKE_BUILD_TYPE=Debug
|
||||
|
||||
- name: 'address-sanitizer (gcc CM)'
|
||||
install_packages: gcc-14 libssl-dev libssh-dev libidn2-dev libnghttp2-dev libubsan1 libasan8 libtsan2
|
||||
install_steps: pytest randcurl
|
||||
CFLAGS: -fsanitize=address,bounds,signed-integer-overflow,undefined -fno-sanitize-recover=address,bounds,signed-integer-overflow,undefined
|
||||
LDFLAGS: -fsanitize=address,bounds,signed-integer-overflow,undefined -fno-sanitize-recover=address,bounds,signed-integer-overflow,undefined -ldl -lubsan
|
||||
CC: gcc-14
|
||||
generate: -DENABLE_DEBUG=ON -DCURL_USE_OPENSSL=ON -DCURL_USE_LIBSSH=ON -DCMAKE_BUILD_TYPE=Debug
|
||||
|
||||
- name: 'address-sanitizer (gcc AM)'
|
||||
install_packages: gcc-14 libssl-dev libssh-dev libidn2-dev libnghttp2-dev libubsan1 libasan8 libtsan2
|
||||
install_steps: pytest randcurl
|
||||
CFLAGS: -fsanitize=address,bounds,signed-integer-overflow,undefined -fno-sanitize-recover=address,bounds,signed-integer-overflow,undefined
|
||||
LDFLAGS: -fsanitize=address,bounds,signed-integer-overflow,undefined -fno-sanitize-recover=address,bounds,signed-integer-overflow,undefined
|
||||
LIBS: -ldl -lubsan
|
||||
CC: gcc-14
|
||||
configure: --enable-debug --with-openssl --with-libssh
|
||||
|
||||
- name: 'address-sanitizer H3 c-ares'
|
||||
install_packages: clang-20 libubsan1 libasan8 libtsan2
|
||||
install_steps: pytest
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue