Skip to content

Commit a072ecb

Browse files
Amanieu d'AntrasAmanieu
Amanieu d'Antras
authored andcommitted
Don't build remote-test-server with the stage0 toolchain
Newly added targets aren't available on the stage0 toolchain.
1 parent a2f8f62 commit a072ecb

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/bootstrap/test.rs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1932,8 +1932,7 @@ impl Step for RemoteCopyLibs {
19321932
builder.info(&format!("REMOTE copy libs to emulator ({})", target));
19331933
t!(fs::create_dir_all(builder.out.join("tmp")));
19341934

1935-
let server =
1936-
builder.ensure(tool::RemoteTestServer { compiler: compiler.with_stage(0), target });
1935+
let server = builder.ensure(tool::RemoteTestServer { compiler, target });
19371936

19381937
// Spawn the emulator and wait for it to come online
19391938
let tool = builder.tool_exe(Tool::RemoteTestClient);

0 commit comments

Comments
 (0)