Skip to content

Commit ad7b67f

Browse files
authored
Update instructions for crates-build-env
These were outdated by #376 but never updated.
1 parent a15793e commit ad7b67f

File tree

1 file changed

+3
-12
lines changed

1 file changed

+3
-12
lines changed

CONTRIBUTING.md

+3-12
Original file line numberDiff line numberDiff line change
@@ -52,22 +52,13 @@ Once you cloned the repository, you can setup the local Crater environment with
5252
the following command:
5353

5454
```
55-
cargo run -- prepare-local --docker-env=mini
55+
cargo run -- prepare-local
5656
```
5757

5858
This command will setup the internal Rust toolchain used by Crater, generate
59-
the list of crates to test and build the Docker image used to test the crates.
60-
The generated image is **not** the image used in the production Crater
61-
instance, but a smaller one. If you want that you need to run instead:
59+
the list of crates to test and download [the Docker image] used to test the crates.
6260

63-
```
64-
cargo run -- prepare-local --docker-env=full
65-
```
66-
67-
You don't need the full image during normal development, but you might need it
68-
if you want to investigate why a crate isn't building on the production
69-
instance. The full image takes a long time to build (20+ minutes as of October
70-
2018) and weighs a lot (11GB).
61+
[the Docker image]: https://github.com/rust-lang/crates-build-env
7162

7263
You can check out the [CLI Usage][cli-usage] documentation to learn how to
7364
interact with the Crater CLI.

0 commit comments

Comments
 (0)