fix the nocheck

This commit is contained in:
Sylvestre Ledru 2023-01-02 21:40:11 +01:00
parent b9dec36ce6
commit b4d3a20011

2
debian/rules vendored
View File

@ -334,7 +334,7 @@ STAGE_ALL_CMAKE_EXTRA += -DMLIR_INSTALL_AGGREGATE_OBJECTS=OFF
RUN_TEST=yes
ifeq (,$(findstring nocheck,$(DEB_BUILD_OPTIONS)))
ifneq (,$(filter nocheck,$(DEB_BUILD_OPTIONS)))
RUN_TEST=no
endif
ifeq ($(shell dpkg-vendor --derives-from Ubuntu && echo yes),yes)