mirror of
https://github.com/labwc/labwc.git
synced 2026-04-10 08:21:07 -04:00
CI: disable fd leak check for static analyzer
It just seems broken.
This commit is contained in:
parent
ac2814febb
commit
59bb6daf02
1 changed files with 1 additions and 1 deletions
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
|
|
@ -176,7 +176,7 @@ jobs:
|
|||
cd "$GITHUB_WORKSPACE"
|
||||
export CC=gcc
|
||||
meson setup build-gcc-static_analyzer -Dxwayland=enabled \
|
||||
-Dstatic_analyzer=enabled --werror
|
||||
-Dstatic_analyzer=enabled -Dc_args="-Wno-analyzer-fd-leak" --werror
|
||||
meson compile -C build-gcc-static_analyzer
|
||||
' | $TARGET
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue