* 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
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) \