about summary refs log tree commit diff
path: root/src/bootstrap/builder.rs
diff options
context:
space:
mode:
authorPietro Albini <pietro@pietroalbini.org>2020-11-03 12:15:06 +0100
committerPietro Albini <pietro@pietroalbini.org>2020-11-03 12:15:06 +0100
commit7704d35accfe1b587ce41ea09ca3bf6a47aca117 (patch)
treef1ac6e5b44b2796651d42594e3102193e4d58832 /src/bootstrap/builder.rs
parentd662f808550acadc5980969e1826a653ec35b408 (diff)
downloadrust-7704d35accfe1b587ce41ea09ca3bf6a47aca117.tar.gz
rust-7704d35accfe1b587ce41ea09ca3bf6a47aca117.zip
build-manifest: remove legacy promote-release support
This commit removes support for the legacy promote-release, as that's
not executed anymore on the nightly channel.
Diffstat (limited to 'src/bootstrap/builder.rs')
-rw-r--r--src/bootstrap/builder.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/bootstrap/builder.rs b/src/bootstrap/builder.rs
index dc4243a76d5..3a8b243349c 100644
--- a/src/bootstrap/builder.rs
+++ b/src/bootstrap/builder.rs
@@ -469,7 +469,6 @@ impl<'a> Builder<'a> {
                 dist::RustDev,
                 dist::Extended,
                 dist::BuildManifest,
-                dist::HashSign
             ),
             Kind::Install => describe!(
                 install::Docs,