Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs.rs build fails due to readonly filesystem #243

Open
pileks opened this issue Oct 5, 2023 · 0 comments · May be fixed by #245
Open

docs.rs build fails due to readonly filesystem #243

pileks opened this issue Oct 5, 2023 · 0 comments · May be fixed by #245

Comments

@pileks
Copy link
Contributor

pileks commented Oct 5, 2023

Looking at the latest docs.rs build, our Rust docs builds fail due to us compiling and serializing our WASM modules used in the default config.

Offending file: packages/default-config/build.rs, line 17

We should probably detect whether we're inside of a docs.rs build, and if we are, skip serializing these files. They shouldn't impact the generated docs.

How to detect docs.rs build:
https://docs.rs/about/builds

@pileks pileks changed the title docs.rs build fails due to readonly filesystem docs.rs build fails due to readonly filesystem Oct 5, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant