From b0f0f8313b591917a5bfe03af11acf497e695c11 Mon Sep 17 00:00:00 2001 From: Christoph Berg Date: Mon, 24 Oct 2022 13:52:05 +0200 Subject: [PATCH] Debian: Check if build really built pgloader Cannot save core with multiple threads running. --- debian/rules | 1 + 1 file changed, 1 insertion(+) diff --git a/debian/rules b/debian/rules index f22032b..37f902e 100755 --- a/debian/rules +++ b/debian/rules @@ -57,6 +57,7 @@ override_dh_auto_build-arch: || echo $$? > buildapp.fail cat buildapp.log test ! -f buildapp.fail + ls -l build/bin/pgloader $(MAKE) -C docs html override_dh_auto_test: