Failing to build for docs.rs
Closed this issue · 1 comments
smunini commented
Crate name
helios_fhir
Build failure link
https://docs.rs/crate/helios-fhir/0.1.20/builds
Additional details
I recently added several new modules with lots of documentation, and I suspect that I am now hitting some resource limits. I'm requesting an increase in resource limits if possible, or a workaround.
syphar commented
Hi,
the error message in the build log states:
Failed to create resources directory: Os { code: 30, kind: ReadOnlyFilesystem, message: "Read-only file system" }
[INFO] [stderr]
In our info page about the build environment you can see we run builds on a read-only filesystem and only allow writes into certain directories.