From bebaf73f0eb611f6738aba5dc1a945ffb4742b81 Mon Sep 17 00:00:00 2001 From: Tobias Kortkamp Date: Wed, 29 May 2019 08:12:21 +0000 Subject: [PATCH] lang/rust*: Add link to upstream issue for the LLVM STAGEDIR bug --- lang/rust-nightly/files/patch-src_bootstrap_native.rs | 2 ++ lang/rust/files/patch-src_bootstrap_native.rs | 2 ++ 2 files changed, 4 insertions(+) diff --git a/lang/rust-nightly/files/patch-src_bootstrap_native.rs b/lang/rust-nightly/files/patch-src_bootstrap_native.rs index a8fb0c5b37c4..ed2de6528b74 100644 --- a/lang/rust-nightly/files/patch-src_bootstrap_native.rs +++ b/lang/rust-nightly/files/patch-src_bootstrap_native.rs @@ -1,6 +1,8 @@ Avoid unnecessarily restarting the LLVM build and installing it into STAGEDIR during the install phase. +https://github.com/rust-lang/rust/issues/61206 + --- src/bootstrap/native.rs.orig 2019-05-22 05:39:52 UTC +++ src/bootstrap/native.rs @@ -92,17 +92,9 @@ impl Step for Llvm { diff --git a/lang/rust/files/patch-src_bootstrap_native.rs b/lang/rust/files/patch-src_bootstrap_native.rs index a8fb0c5b37c4..ed2de6528b74 100644 --- a/lang/rust/files/patch-src_bootstrap_native.rs +++ b/lang/rust/files/patch-src_bootstrap_native.rs @@ -1,6 +1,8 @@ Avoid unnecessarily restarting the LLVM build and installing it into STAGEDIR during the install phase. +https://github.com/rust-lang/rust/issues/61206 + --- src/bootstrap/native.rs.orig 2019-05-22 05:39:52 UTC +++ src/bootstrap/native.rs @@ -92,17 +92,9 @@ impl Step for Llvm {