diff options
| author | clubby789 <jamie@hill-daniel.co.uk> | 2024-12-22 22:23:54 +0000 |
|---|---|---|
| committer | clubby789 <jamie@hill-daniel.co.uk> | 2024-12-23 09:35:14 +0000 |
| commit | d124ec68b37fb49d25d9849bccaf29edbb889b2c (patch) | |
| tree | ef6f3b12a661dee9444427f252a2e8257cc2b367 | |
| parent | e108481f74ff123ad98a63bd107a18d13035b275 (diff) | |
| download | rust-d124ec68b37fb49d25d9849bccaf29edbb889b2c.tar.gz rust-d124ec68b37fb49d25d9849bccaf29edbb889b2c.zip | |
Link to dev guide on Docker testing
| -rw-r--r-- | src/ci/docker/README.md | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/ci/docker/README.md b/src/ci/docker/README.md index 876787c30e5..2f35e605026 100644 --- a/src/ci/docker/README.md +++ b/src/ci/docker/README.md @@ -26,6 +26,10 @@ DEPLOY=1 ./src/ci/docker/run.sh x86_64-gnu while locally, to the `obj/$image_name` directory. This is primarily to prevent strange linker errors when using multiple Docker images. +## Local Development + +Refer to the [dev guide](https://rustc-dev-guide.rust-lang.org/tests/docker.html) for more information on testing locally. + ## Filesystem layout - Each host architecture has its own `host-{arch}` directory, and those |
