Skip to content

Commit

Permalink
fix: disable dh_auto_test
Browse files Browse the repository at this point in the history
  • Loading branch information
mmstick committed Oct 21, 2024
1 parent 6676093 commit 8befbf5
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions debian/rules
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 8befbf5

Please sign in to comment.