From c553918e7b1c6a2ab91a5b31190016dc659ec131 Mon Sep 17 00:00:00 2001 From: Peter Michael Green Date: Sat, 31 May 2025 14:45:45 +0000 Subject: [PATCH] Disable documentation build. --- debian/changelog | 3 +++ debian/rules | 4 ++-- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/debian/changelog b/debian/changelog index 190cde4782..2b655a2648 100644 --- a/debian/changelog +++ b/debian/changelog @@ -10,6 +10,9 @@ rustc-web (1.78.0+dfsg1-2~deb12u3) bookworm-staging; urgency=medium * Force DEB_BUILD_RUST_TYPE to armv7-unknown-linux-gnueabih as that is what we have a stage0 compiler for. * Use DEB_BUILD_RUST_TYPE not DEB_HOST_RUST_TYPE when looking for a stage0 compiler. + [changes introduced in rustc-web 1.78.0+dfsg1-2~deb12u3 by Peter Michael Green] + * Disable documentation build, it seems to break in our "kinda-cross" setup. + -- Peter Michael Green Thu, 22 May 2025 23:49:03 +0000 rustc-web (1.78.0+dfsg1-2~deb12u3) bookworm; urgency=medium diff --git a/debian/rules b/debian/rules index e2cf246bc8..18b6cd370a 100755 --- a/debian/rules +++ b/debian/rules @@ -136,7 +136,7 @@ else endif endif -BUILD_DOCS := true +BUILD_DOCS := false ifneq (,$(findstring nodoc,$(DEB_BUILD_PROFILES))) BUILD_DOCS := false endif @@ -500,7 +500,7 @@ override_dh_installchangelogs: dh_installchangelogs RELEASES.md override_dh_installdocs: - dh_installdocs -X.tex -X.aux -X.log -X.out -X.toc + #dh_installdocs -X.tex -X.aux -X.log -X.out -X.toc override_dh_compress: dh_compress -X.woff -- 2.30.2