Skip to content

Commit

Permalink
[packaging] Disable tests
Browse files Browse the repository at this point in the history
Some tests unfortunately fail on the resource constrained buildds we have.
Disable tests for now. Keep in mind that this version of systemd is temporary
and Droidian will revert to the stock Debian one in the near future.

Signed-off-by: Eugenio Paolantonio (g7) <[email protected]>
  • Loading branch information
g7 committed May 14, 2024
1 parent 36cc436 commit fb2f90d
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions debian/rules
Original file line number Diff line number Diff line change
Expand Up @@ -320,10 +320,6 @@ override_dh_makeshlibs:
dh_makeshlibs --remaining-packages -- -c$(GENSYMBOLS_LEVEL)

override_dh_auto_test:
ifeq (, $(filter nocheck, $(DEB_BUILD_OPTIONS)))
# some tests hang under fakeroot, so disable fakeroot
env -u LD_PRELOAD meson test -C obj-$(DEB_HOST_GNU_TYPE) --print-errorlogs $(TEST_TIMEOUT_MULTIPLIER)
endif

%:
dh $@ --without autoreconf --buildsystem=meson

0 comments on commit fb2f90d

Please sign in to comment.