rust: restore mis-deleted patch hunk#23581
Conversation
|
|
||
| let cache_prefix = format!("llvm-{llvm_sha}-{llvm_assertions}"); | ||
| - let cache_dst = self.out.join("cache"); | ||
| + let cache_dst = match env::var_os("OPENWRT_RUSTC_BOOTSTRAP_CACHE") { |
There was a problem hiding this comment.
Probably it is better to upstream the feature with a generic name so it won't be a problem in the future...
I'll try to do that this evening if nobody beats me at it :)
There was a problem hiding this comment.
@jefferyto already created a PR for it: rust-lang/rust#116697
But I think he is busy these months...
There was a problem hiding this comment.
Thank you for reminding me, let me see if I can bake a newer one based on the review comment.
There was a problem hiding this comment.
I rebased and addressed a suggestion rust-lang/rust#121976
There was a problem hiding this comment.
It landed rust-lang/rust#121976 shall we use it now or wait for the next release?
There was a problem hiding this comment.
shall we use it now
Sounds great ;)
It was erroneously deleted in commit dccb910 during manual rebase. Signed-off-by: krant <aleksey.vasilenko@gmail.com>
|
superseded in #23734 |
Maintainer: @lu-zero
Compile tested: Atheros ATH79
Description:
Those lines were erroneously deleted in commit dccb910 during manual rebase.
Thanks to @1715173329 for finding it out.