File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ matrix:
10
10
rust : nightly
11
11
if : branch = staging OR branch = trying OR type = pull_request
12
12
- env : TARGET=x86_64-unknown-linux-gnu
13
- rust : nightly-2018-12-01
13
+ rust : nightly-2018-12-01 # old version without rustc-std-workspace-core
14
14
if : branch = staging OR branch = trying
15
15
16
16
# Linux (build only)
Original file line number Diff line number Diff line change @@ -401,6 +401,7 @@ impl Blueprint {
401
401
402
402
Blueprint :: add_patch ( & mut patch, src. path ( ) . join ( "tools" ) , "rustc-std-workspace-core" ) ?;
403
403
Blueprint :: add_patch ( & mut patch, src. path ( ) . join ( "tools" ) , "rustc-std-workspace-alloc" ) ?;
404
+ Blueprint :: add_patch ( & mut patch, src. path ( ) . join ( "tools" ) , "rustc-std-workspace-std" ) ?;
404
405
405
406
// Compose dependency sections
406
407
let deps = match (
You can’t perform that action at this time.
0 commit comments