rust-lang/docs.rs

limited 15 minute build time, egui-material3

Closed this issue · 3 comments

Crate name

egui-material3

Build failure link

https://docs.rs/crate/egui-material3/0.0.3/builds/2462258

Requested RAM limit

No response

Requested timeout

No response

Requested number of targets

No response

Why your crate needs the resource increases

not sure how much resources I need to finish it.
build process kill with 9, which means killed by other processes. probably caught on 15 minutes limit.
In local setup, docs build doesnt take much time.
I want it to be done. otherwise is there anyway I could upload built documentations?

How long does the build take locally?

Sigkill is also often too much memory usage. Can you check how much memory the build needs locally, in the peak?

It looks like the crate is gone now: rust-lang/crates.io-index@bec46f6

I'll close this issue then, feel free to comment / reopen if you still have issues.

Excuse me for unnoticed action. I had to re-upload the package. I had caught on 24 hours limit of re-upload.
after that I have moved some dependencies to optional features and some sources to examples to shrink it down.
and now it does compile itself.
Thank you for your help.