From 3a3a903bc87b7c54898ceac03902a17bd2478a31 Mon Sep 17 00:00:00 2001 From: Peter Michael Green Date: Sat, 19 Mar 2022 00:49:36 +0000 Subject: [PATCH] Disable testsuite for arch all builds as well. --- debian/changelog | 4 +++- debian/rules | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/debian/changelog b/debian/changelog index faf6d7126f..4597464240 100644 --- a/debian/changelog +++ b/debian/changelog @@ -8,8 +8,10 @@ rustc (1.57.0+dfsg1-1+rpi1) bookworm-staging; urgency=medium * Set DEB_BUILD_RUST_TYPE based on the compiler that is actually installed. [changes introduced in 1.42.0+dfsg1-1+rpi1 by Peter Michael Green] * Use the compiler itself rather than dpkg to detect DEB_BUILD_RUST_TYPE + [changes introduced in 1.57.0+dfsg1-1+rpi1 by Peter Michael Green] + * Disable testsuite for arch all builds as well. - -- Raspbian forward porter Sun, 13 Mar 2022 14:43:57 +0000 + -- Pater Michael Green Sat, 19 Mar 2022 00:44:04 +0000 rustc (1.57.0+dfsg1-1) unstable; urgency=medium diff --git a/debian/rules b/debian/rules index c97bc4cbe0..f618f4cc61 100755 --- a/debian/rules +++ b/debian/rules @@ -325,7 +325,7 @@ endif override_dh_auto_test-indep: ifeq (, $(filter nocheck,$(DEB_BUILD_PROFILES))) -ifeq (, $(filter nocheck,$(DEB_BUILD_OPTIONS))) +ifeq (testsuitedisabled, $(filter nocheck,$(DEB_BUILD_OPTIONS))) ifeq (true,$(BUILD_WASM)) # Ignore failures in these tests, but run them so we see what it's like -PATH=$(CURDIR)/debian/bin:$(PATH) $(RUSTBUILD_TEST) $(RUSTBUILD_FLAGS) $(RUSTBUILD_TEST_FLAGS) \ -- 2.30.2