This repository was archived by the owner on May 28, 2025. It is now read-only.
Commit 7ecd864
committed
Auto merge of rust-lang#122205 - onur-ozkan:incorrect-sysroot-for-target, r=albertlarsan68
ensure that sysroot is properly set for cross-targets
Previously, doing `x test compiler/*` would result in build failures due to missing libraries. This ensures properly setting up the sysroot for cross targets.1 file changed
+6
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2575 | 2575 | | |
2576 | 2576 | | |
2577 | 2577 | | |
| 2578 | + | |
| 2579 | + | |
| 2580 | + | |
| 2581 | + | |
| 2582 | + | |
| 2583 | + | |
2578 | 2584 | | |
2579 | 2585 | | |
2580 | 2586 | | |
| |||
0 commit comments