Rollup merge of #52280 - japaric:llvm-tools-preview, r=kennytm
llvm-tools-preview: fix build-manifest r? @alexcrichton
This commit is contained in:
commit
9f79e915ff
@ -492,7 +492,7 @@ fn filename(&self, component: &str, target: &str) -> String {
|
||||
format!("clippy-{}-{}.tar.gz", self.clippy_release, target)
|
||||
} else if component == "rustfmt" || component == "rustfmt-preview" {
|
||||
format!("rustfmt-{}-{}.tar.gz", self.rustfmt_release, target)
|
||||
} else if component == "llvm_tools" {
|
||||
} else if component == "llvm-tools" || component == "llvm-tools-preview" {
|
||||
format!("llvm-tools-{}-{}.tar.gz", self.llvm_tools_release, target)
|
||||
} else {
|
||||
format!("{}-{}-{}.tar.gz", component, self.rust_release, target)
|
||||
|
Loading…
Reference in New Issue
Block a user