Skip to content

Commit d124ec6

Browse files
committed
Link to dev guide on Docker testing
1 parent e108481 commit d124ec6

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/ci/docker/README.md

+4
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,10 @@ DEPLOY=1 ./src/ci/docker/run.sh x86_64-gnu
2626
while locally, to the `obj/$image_name` directory. This is primarily to prevent
2727
strange linker errors when using multiple Docker images.
2828

29+
## Local Development
30+
31+
Refer to the [dev guide](https://rustc-dev-guide.rust-lang.org/tests/docker.html) for more information on testing locally.
32+
2933
## Filesystem layout
3034

3135
- Each host architecture has its own `host-{arch}` directory, and those

0 commit comments

Comments
 (0)