You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
(with --no-deps it is 20 seconds. I don't know why docs.rs doesn't run with --no-deps)
we are running with --no-deps, kind of. Which is why you don't see the dependency docs in docs.rs :)
It timed out after 30 minutes.
there are plenty of reasons of the long build time, dependencies could be one, most of the time it's macros that consume more time. we're actually building with 6 cores, if I recall correctly.
Crate name
rerun
Build failure link
https://docs.rs/crate/rerun/0.20.2/builds/1567546
Requested RAM limit
No response
Requested timeout
60
Requested number of targets
No response
Why your crate needs the resource increases
It timed out after 30 minutes.
Rerun has 1233 (indirect) dependencies, so I guess that's why it is so slow. Sorry 😬
For what it's worth, a single core on my M3 macBook can build the docs in ten minutes:
(with
--no-deps
it is 20 seconds. I don't know why docs.rs doesn't run with--no-deps
)Related:
rerun
to 30 minutes #2638The text was updated successfully, but these errors were encountered: