We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e108481 commit d124ec6Copy full SHA for d124ec6
src/ci/docker/README.md
@@ -26,6 +26,10 @@ DEPLOY=1 ./src/ci/docker/run.sh x86_64-gnu
26
while locally, to the `obj/$image_name` directory. This is primarily to prevent
27
strange linker errors when using multiple Docker images.
28
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
33
## Filesystem layout
34
35
- Each host architecture has its own `host-{arch}` directory, and those
0 commit comments