Skip to content

Commit ff9edec

Browse files
artembo0x501D
authored andcommitted
deb: disable running tests on build
`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`.
1 parent b45100d commit ff9edec

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

debian/rules

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22

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

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

0 commit comments

Comments
 (0)