diff options
| author | Marco A L Barbosa <malbarbo@gmail.com> | 2017-05-18 09:21:11 -0300 |
|---|---|---|
| committer | Marco A L Barbosa <malbarbo@gmail.com> | 2017-05-18 09:21:11 -0300 |
| commit | 502eadbf8f68e647f43ca6af206977dd026184e4 (patch) | |
| tree | 765d63fad3567db318a4b1c611987f988c8d07c3 /src/ci | |
| parent | d15c950ac6604662b2e74420c73639f23396a93b (diff) | |
| download | rust-502eadbf8f68e647f43ca6af206977dd026184e4.tar.gz rust-502eadbf8f68e647f43ca6af206977dd026184e4.zip | |
ci: add filesystem layout docs
Diffstat (limited to 'src/ci')
| -rw-r--r-- | src/ci/docker/README.md | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/ci/docker/README.md b/src/ci/docker/README.md index 6f3a7e091e1..627b5062df3 100644 --- a/src/ci/docker/README.md +++ b/src/ci/docker/README.md @@ -16,6 +16,12 @@ for example: Images will output artifacts in an `obj` dir at the root of a repository. +## Filesystem layout + +- Each directory, excluding `scripts` and `disabled`, corresponds to a docker image +- `scripts` contains files shared by docker images +- `disabled` contains images that are not build travis + ## Cross toolchains A number of these images take quite a long time to compile as they're building |
