jyn
jyn
@Nemo157 I suspect 99% of our build issues come from constantly rebuilding dependencies, and if we reused the build cache for the public and private doc builds, it would add...
That issue was implemented about a month ago. https://github.com/github/roadmap/issues/111
I think this has been done :) e.g. https://rustbeginners.github.io/awesome-rust-mentors/#jane-losare-lusby-yaahc
@bjorn3 do you still see this now that https://github.com/rust-lang/rust/pull/81275 is merged?
Relevant code: https://github.com/rust-lang/docs.rs/blob/master/src/db/file.rs#L190
Relevant code: https://github.com/mstange/samply/blob/ccdc0ca109de51370f6ecb08b8208298f919da2c/samply/src/mac/sampler.rs#L30-L43
That's a separate issue from this one, but it would be great to have!
> The windows documentation build failed because tinyfiledialog builds a native library, which I don't think is possible for Windows on docs.rs yet. (@jyn514 do we actually have any issue...
> cross-compiling to x86_64-pc-windows-gnu is easy, it just requires adding in more tools to the build-env This is not usually the case. Most build failures are because pkg-config disables cross-compilation...
The relevant code is https://docs.rs/crate/tinyfiledialogs/3.3.9/source/build.rs, which calls `cc libtinyfiledialogs/tinyfiledialogs.c`. I'm not sure this is actually a docs.rs bug, it seems to me that it should be trying to use the...