Skip to content

Commit 57a8837

Browse files
committed
ci: Disable fd leak detection for gcc analyzer on Alpine
This generates false positives, probably another system header incompatibility in musl.
1 parent b0d38f9 commit 57a8837

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.gitlab/ci/compilation-gcc.gitlab-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ test-gcc-fanalyzer-alpine:
5151
script:
5252
- ./autogen.sh
5353
- $CC --version
54-
- ./configure CFLAGS="-Wall -Werror -g -O0 -fanalyzer -fdiagnostics-path-format=separate-events" --host=x86_64
54+
- ./configure CFLAGS="-Wall -Werror -g -O0 -fanalyzer -fdiagnostics-path-format=separate-events -Wno-analyzer-fd-leak" --host=x86_64
5555
- make -j
5656
- make -j check-programs
5757

0 commit comments

Comments
 (0)