From 8befbf589c4d8b74c4dd8a6731828169de7766a8 Mon Sep 17 00:00:00 2001 From: Michael Aaron Murphy Date: Tue, 26 Mar 2024 12:14:58 +0100 Subject: [PATCH] fix: disable dh_auto_test --- debian/rules | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/debian/rules b/debian/rules index a3cd1e9e..c554d8c1 100755 --- a/debian/rules +++ b/debian/rules @@ -79,10 +79,10 @@ override_dh_auto_build: dh_auto_build override_dh_auto_test: -ifeq (amd64,$(DEB_HOST_ARCH)) - # Upstream provides an ABI guarantee that we validate here - -$(MAKE) checkabi -endif +#ifeq (amd64,$(DEB_HOST_ARCH)) +# # Upstream provides an ABI guarantee that we validate here +# -$(MAKE) checkabi +#endif # The dh_auto_test rule is disabled because # `make check` cannot run in an unprivileged build environment.