diff options
| author | bjorn3 <bjorn3@users.noreply.github.com> | 2021-03-01 12:34:49 +0100 |
|---|---|---|
| committer | bjorn3 <bjorn3@users.noreply.github.com> | 2021-03-01 12:34:49 +0100 |
| commit | 7d33e5bf3d3fa9750e84dccd6a3cb717630206f9 (patch) | |
| tree | f5377a63fe693206eac6d81ecb0dd5ab75bb5236 | |
| parent | 27a5f4f4727db27db8cbf37ca74cb7ea4f9a820b (diff) | |
| download | rust-7d33e5bf3d3fa9750e84dccd6a3cb717630206f9.tar.gz rust-7d33e5bf3d3fa9750e84dccd6a3cb717630206f9.zip | |
Fix bootstrap test script
| -rwxr-xr-x | scripts/test_bootstrap.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/test_bootstrap.sh b/scripts/test_bootstrap.sh index 5bc45488444..6473c6ad67d 100755 --- a/scripts/test_bootstrap.sh +++ b/scripts/test_bootstrap.sh @@ -19,8 +19,8 @@ index 5bd1147cad5..10d68a2ff14 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -111,5 +111,7 @@ rustc-std-workspace-std = { path = 'library/rustc-std-workspace-std' } - # source code for this crate. - backtrace = { path = "library/backtrace" } + rustc-std-workspace-alloc = { path = 'library/rustc-std-workspace-alloc' } + rustc-std-workspace-std = { path = 'library/rustc-std-workspace-std' } +compiler_builtins = { path = "../build_sysroot/compiler-builtins" } + |
