ci: Disable fd leak detection for gcc analyzer on Alpine

This generates false positives, probably another system header
incompatibility in musl.
This commit is contained in:
Milan Broz
2025-07-31 16:53:39 +02:00
parent b0d38f932f
commit 57a8837879

View File

@@ -51,7 +51,7 @@ test-gcc-fanalyzer-alpine:
script:
- ./autogen.sh
- $CC --version
- ./configure CFLAGS="-Wall -Werror -g -O0 -fanalyzer -fdiagnostics-path-format=separate-events" --host=x86_64
- ./configure CFLAGS="-Wall -Werror -g -O0 -fanalyzer -fdiagnostics-path-format=separate-events -Wno-analyzer-fd-leak" --host=x86_64
- make -j
- make -j check-programs