Denis Cornehl
Denis Cornehl
We're using a docker container to build the docs. You can add any ubuntu package to [the package list](https://github.com/rust-lang/crates-build-env/blob/master/linux/packages.txt) and it would be used for new builds after the image...
i didn't check details, right now we're on ubuntu jammy in that image, not sure if the cmake version you would need is available in jammy?
Just checking, jammy doesn't have it, the next LTS (noble) has it. An ubuntu release upgrade on the crates-build-env would then be the solution, though that's a bit of work....
@Mottl I'm sorry if I wasn't clear enough in my messages above. Right now we only accept standard ubuntu packages into the builder image due to the maintenance / security...
since https://github.com/rust-lang/crates-build-env/pull/168 we're now on ubuntu noble, so I assume cmake is fine too. Feel free to ping me here or on zulip if you need a rebuild of a...
thank you for your investigation! it makes sense. > There are another way to specify the unstable cargo flag: [Using the .cargo/config.toml file](https://doc.rust-lang.org/nightly/cargo/reference/unstable.html#unstable-features). My crate contains this file too, but...
this is odd, especially when you are using the same nightly version. You can look up the nightly version we're using under https://docs.rs/about/builds . What sometimes helps is running the...
> Rust ICE when doing cargo docs-rs: > can you report this to the compiler repo?
@farridav sorry for the ping, also wanted to ask for a release. How can we / I help to make this happen? Testing? Reviewing? Other fixes?