mirror of
https://gitlab.com/cryptsetup/cryptsetup.git
synced 2025-12-13 20:00:08 +01:00
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:
@@ -51,7 +51,7 @@ test-gcc-fanalyzer-alpine:
|
|||||||
script:
|
script:
|
||||||
- ./autogen.sh
|
- ./autogen.sh
|
||||||
- $CC --version
|
- $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
|
||||||
- make -j check-programs
|
- make -j check-programs
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user