]> git.proxmox.com Git - rustc.git/commitdiff
stage0: use current release architectures as default
authorFabian Grünbichler <debian@fabian.gruenbichler.email>
Sat, 10 Feb 2024 17:12:25 +0000 (18:12 +0100)
committerFabian Grünbichler <debian@fabian.gruenbichler.email>
Sat, 10 Feb 2024 17:12:25 +0000 (18:12 +0100)
dropping those which are no more, and adding riscv64. porters can still
override this as they see fit for their builds anyway.

Signed-off-by: Fabian Grünbichler <debian@fabian.gruenbichler.email>
debian/make_orig-stage0_tarball.sh

index c6593f25b9a52418b0be4bb4d331e893f26d03e6..d3f6ee38f290b468015a77f27781b89df1b69c01 100755 (executable)
@@ -7,7 +7,7 @@
 set -e
 
 upstream_version="$(dpkg-parsechangelog -SVersion | sed -e 's/\(.*\)-.*/\1/g')"
-upstream_bootstrap_arch="${upstream_bootstrap_arch:-amd64 arm64 armhf i386 mips64 mips64el powerpc ppc64 ppc64el s390x}"
+upstream_bootstrap_arch="${upstream_bootstrap_arch:-amd64 arm64 armhf i386 mips64el ppc64el riscv64 s390x}"
 
 rm -f stage0/*/*.sha256
 mkdir -p stage0 build && ln -sf ../stage0 build/cache