You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
`Packpack` performs building rpm packages in a clean docker container.
The container must contain `luatest` to perform testing during the
build as it was set by `-DEB_MAKE_CHECK_TARGET := luatest` variable.
It's quite challenging to set up `luacheck` while the package is
building and a bit useless because the module is tested in another job.
This commit removes testing http module during the build by `packpack`.
0 commit comments