From 371029929d080b86b6f403fb1e540895b2d3165d Mon Sep 17 00:00:00 2001 From: Viktor Szakats Date: Tue, 14 Apr 2026 21:13:17 +0200 Subject: [PATCH] drop gcc --- .github/workflows/linux.yml | 17 ----------------- 1 file changed, 17 deletions(-) diff --git a/.github/workflows/linux.yml b/.github/workflows/linux.yml index ed5b8439cd..c9836632eb 100644 --- a/.github/workflows/linux.yml +++ b/.github/workflows/linux.yml @@ -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