about summary refs log tree commit diff
path: root/compiler/rustc_llvm/llvm-wrapper/ArchiveWrapper.cpp
diff options
context:
space:
mode:
authorMatthias Krüger <matthias.krueger@famsik.de>2023-04-19 17:54:42 +0200
committerGitHub <noreply@github.com>2023-04-19 17:54:42 +0200
commit9a13f4f0188d5a373815f23455250fd8d9575316 (patch)
tree5c5c954883ecbda65c79478b274194db9ab55bab /compiler/rustc_llvm/llvm-wrapper/ArchiveWrapper.cpp
parent1de29ac2bd9bc9f5f637a4bb80126b7e83ac2ef4 (diff)
parent23cf3ce03b381619318039c5cf3448d680968ec2 (diff)
downloadrust-9a13f4f0188d5a373815f23455250fd8d9575316.tar.gz
rust-9a13f4f0188d5a373815f23455250fd8d9575316.zip
Rollup merge of #110525 - jyn514:translation-download-rustc, r=albertlarsan68
Fix `tests/run-make-translation` when download-rustc is enabled

When building locally, we never generate a `share` directory in the local sysroot. However, when we download the `rustc` component from ci, it includes a `share/man` directory in the sysroot. The `run-make/translation` test assumed that it didn't exist, and would create a link from `fakeroot` to the real share directory, and write symbolic links into it. Change it not to create the link, so that rustc doesn't try to load multiple copies of the same `.ftl` file.

Fixes https://github.com/rust-lang/rust/issues/110357.
Diffstat (limited to 'compiler/rustc_llvm/llvm-wrapper/ArchiveWrapper.cpp')
0 files changed, 0 insertions, 0 deletions