File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -266,7 +266,7 @@ emulation on Travis. The following will take a look at how a target's tests
266
266
are run under emulation.
267
267
268
268
The Docker image for [ armhf-gnu] includes [ QEMU] to emulate the ARM CPU
269
- architecture. Included in the Rust tree are the tools [ remote-test-client]
269
+ architecture. Included in the Rust tree are the tools [ remote-test-client]
270
270
and [ remote-test-server] which are programs for sending test programs and
271
271
libraries to the emulator, and running the tests within the emulator, and
272
272
reading the results. The Docker image is set up to launch
@@ -279,7 +279,7 @@ communicate with the server to coordinate running tests (see
279
279
>
280
280
> It's also unclear to me how the wasm or asm.js tests are run.
281
281
282
- [ armhf-gnu ] : https://github.com/rust-lang/rust/tree/master/src/ci/docker/armhf-gnu
282
+ [ armhf-gnu ] : https://github.com/rust-lang/rust/tree/master/src/ci/docker/host-x86_64/ armhf-gnu/Dockerfile
283
283
[ QEMU ] : https://www.qemu.org/
284
284
[ remote-test-client ] : https://github.com/rust-lang/rust/tree/master/src/tools/remote-test-client
285
285
[ remote-test-server ] : https://github.com/rust-lang/rust/tree/master/src/tools/remote-test-server
You can’t perform that action at this time.
0 commit comments