]> git.lizzy.rs Git - rust.git/commitdiff
Fix bootstrap test script
authorbjorn3 <bjorn3@users.noreply.github.com>
Mon, 1 Mar 2021 11:34:49 +0000 (12:34 +0100)
committerbjorn3 <bjorn3@users.noreply.github.com>
Mon, 1 Mar 2021 11:34:49 +0000 (12:34 +0100)
scripts/test_bootstrap.sh

index 5bc454884446873b19943710c0ce9bdc7cdb844b..6473c6ad67d2e6e45b31274a172132719943ec24 100755 (executable)
@@ -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" }
 +