Skip to content

Commit

Permalink
rustbuild: Don't require cross-compiled error index
Browse files Browse the repository at this point in the history
All architectures use the same errors, no need to cross-compile a version only
to not look at it.
  • Loading branch information
alexcrichton committed Aug 29, 2017
1 parent 7007a44 commit 1d70b66
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions src/bootstrap/doc.rs
Original file line number Diff line number Diff line change
Expand Up @@ -669,11 +669,6 @@ impl Step for ErrorIndex {
let build = builder.build;
let target = self.target;

builder.ensure(compile::Rustc {
compiler: builder.compiler(0, build.build),
target,
});

println!("Documenting error index ({})", target);
let out = build.doc_out(target);
t!(fs::create_dir_all(&out));
Expand Down

0 comments on commit 1d70b66

Please sign in to comment.