diff --git a/system/base/gzip/actions.py b/system/base/gzip/actions.py index 14be272a..9f3e3fd0 100644 --- a/system/base/gzip/actions.py +++ b/system/base/gzip/actions.py @@ -17,6 +17,7 @@ def build(): autotools.make() def check(): + pass # check fail, need util-linux, in dockerized build check disabled. install util-linux and make check #autotools.make("check")