]> git.lizzy.rs Git - rust.git/commit - src/tools/miri
Rollup merge of #81456 - Amanieu:remote-test-server, r=Amanieu
authorMara Bos <m-ou.se@m-ou.se>
Fri, 5 Feb 2021 11:25:56 +0000 (12:25 +0100)
committerGitHub <noreply@github.com>
Fri, 5 Feb 2021 11:25:56 +0000 (12:25 +0100)
commitb5438e2230410edc8c5c67d9b114f6886af625dd
tree6383039a125a349d0943d94bcc32bbf93ff03dfd
parent0493e3aa88e0a9d74eaa29b886b10b4a6b1fc053
parentb5482a8f166b952f397be0432dec062b5b0ca105
Rollup merge of #81456 - Amanieu:remote-test-server, r=Amanieu

Make remote-test-server easier to use with new targets

While testing #81455 I encountered 2 issues with `remote-test-server`:
- It is built with the stage 0 toolchain, which does not support a newly added target.
- It overwrites `LD_LIBRARY_PATH` instead of appending to it, which prevents the use of a custom sysroot for target libraries.
src/bootstrap/test.rs