@@ -17,18 +17,19 @@ build as many crates as possible. It's already used by [Crater], and we added
17
17
all the dependencies previously installed in the legacy build environment.
18
18
19
19
To ensure we can continue operating the service in the future and to increase
20
- its reliability we also improved the sandbox builds are executed into , adding
20
+ its reliability we also improved the sandbox builds are executed in , adding
21
21
new limits:
22
22
23
23
* Each platform will now have ** 15 minutes** to build its dependencies and
24
24
documentation.
25
25
* ** 3 GB of RAM** will be available for the build.
26
- * Network access will be completly ** disabled** .
26
+ * Network access will be ** disabled** (crates.io dependencies will still be
27
+ fetched).
27
28
* Only the ` target/ ` directory will be writable, and it will be purged after
28
29
each build.
29
30
30
31
Finally, docs.rs will now use the latest nightly available when building
31
- crates.
32
+ crates, instead of using a manually updated pinned version of nightly .
32
33
33
34
## How to prepare for the changes
34
35
@@ -48,14 +49,14 @@ documentation:
48
49
cargo doc --no-deps
49
50
```
50
51
51
- If a dependency is missing please [ open an issue] [ crates-build-env-issue ] on
52
- the Docker image's repository.
52
+ If a dependency is missing, please [ open an issue] [ crates-build-env-issue ] on
53
+ the Docker image's [ repository] [ rustops/crates-build-env ] .
53
54
54
55
If your crate fails to build because it took more than 15 minutes to generate
55
56
its docs or it uses more than 3 GB of RAM please [ open an issue] [ docsrs-issue ]
56
- and we will increase the limits for your crate (when it's reasonable) . We will
57
- ** not ** enable network access for your crate though: you'll need to change your
58
- crate not to require any external resource at build time.
57
+ and we will consider reasonable limit increases for your crate. We will ** not **
58
+ enable network access for your crate though: you'll need to change your crate
59
+ not to require any external resource at build time.
59
60
60
61
## Acknowledgements
61
62
0 commit comments