mangoGoForward commented on pull request #4956: URL: https://github.com/apache/apisix/pull/4956#issuecomment-911005974
CI running on Chaos Test failed, and I got this error: ``` Error: Failed installing dependency: https://luarocks.org/lua-zlib-1.2-1.rockspec - Could not find header file for ZLIB No file zlib.h in /usr/local/include No file zlib.h in /usr/include No file zlib.h in /include You may have to install ZLIB in your system and/or pass ZLIB_DIR or ZLIB_INCDIR to the luarocks command. Example: luarocks install lua-zlib ZLIB_DIR=/usr/local make: *** [Makefile:88: deps] Error 1 The command '/bin/sh -c set -x && (test "${ENABLE_PROXY}" != "true" || /bin/sed -i 's,http://dl-cdn.alpinelinux.org,https://mirrors.aliyun.com,g' /etc/apk/repositories) && apk add --no-cache --virtual .builddeps automake autoconf libtool pkgconfig cmake git pcre pcre-dev && cd apisix && make deps && cp -v bin/apisix /usr/bin/ && mv ../apisix /usr/local/apisix && apk del .builddeps build-base make unzip' returned a non-zero code: 2 ``` Where can I specify to install zlib and zlib-devel, @imjoey -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
