Commit f1f7a02
committed
chore: Update rust-build-sysroot
The previous version (0.5.2), in combination with the latest Rust
nightly, fails to build the sysroot with the following error:
```
---- compile_test stdout ----
thread 'compile_test' panicked at tests/tests.rs:130:10:
failed to build sysroot: failed to copy lockfile from sysroot source
```
This error is related to rust-lang/rust#128534, which moved the standard
library to a separate workspace, therefore moving `Cargo.lock` as well.
RalfJung/rustc-build-sysroot#22 honors the new location. That change
was released in 0.5.3.1 parent dd7d933 commit f1f7a02
2 files changed
+3
-3
lines changedSome generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
36 | 36 | | |
37 | 37 | | |
38 | 38 | | |
39 | | - | |
| 39 | + | |
40 | 40 | | |
41 | 41 | | |
42 | 42 | | |
| |||
0 commit comments