Disable testsuite for arch all builds as well. archive/raspbian/1.57.0+dfsg1-1+rpi1 raspbian/1.57.0+dfsg1-1+rpi1
authorPeter Michael Green <plugwash@raspbian.org>
Sat, 19 Mar 2022 00:49:36 +0000 (00:49 +0000)
committerPeter Michael Green <plugwash@raspbian.org>
Sat, 19 Mar 2022 00:49:36 +0000 (00:49 +0000)
debian/changelog
debian/rules

index faf6d7126fc9330f6e1e1a18f0dd0652753bf623..45974642405bad9338d8d129aa7dc7e4eb51c464 100644 (file)
@@ -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 <root@raspbian.org>  Sun, 13 Mar 2022 14:43:57 +0000
+ -- Pater Michael Green <plugwash@raspbian.org>  Sat, 19 Mar 2022 00:44:04 +0000
 
 rustc (1.57.0+dfsg1-1) unstable; urgency=medium
 
index c97bc4cbe0179a3d87810f1556a75654ecbfe1c1..f618f4cc619988c19fbdf101f3327159cbcb55af 100755 (executable)
@@ -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) \