Skip to content

Commit

Permalink
deb: disable running tests on build
Browse files Browse the repository at this point in the history
`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`.
  • Loading branch information
artembo committed Jul 19, 2022
1 parent ba3682e commit 0372364
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion debian/rules
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@

DEB_CMAKE_EXTRA_FLAGS := -DCMAKE_INSTALL_LIBDIR=lib/$(DEB_HOST_MULTIARCH) \
-DCMAKE_BUILD_TYPE=RelWithDebInfo
DEB_MAKE_CHECK_TARGET := luatest

include /usr/share/cdbs/1/rules/debhelper.mk
include /usr/share/cdbs/1/class/cmake.mk

0 comments on commit 0372364

Please sign in to comment.