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

feat: build docs.rs documentation for Android #654

Merged
merged 2 commits into from
Oct 19, 2023
Merged

Conversation

lucasfernog
Copy link
Member

I had to adapt our build scripts to not fail on Android because it tries to write to the crate's android folder and the filesystem is read-only on the docs.rs VM.

iOS doesn't work because it needs xcrun (swift-rs). I didn't bother adapting to it because we don't have any iOS-only APIs yet. Otherwise we'd need to "mock" the plugin init function, and let the build script fail (or skip running it).

@lucasfernog lucasfernog requested a review from a team as a code owner October 11, 2023 20:18
FabianLars
FabianLars previously approved these changes Oct 16, 2023
@lucasfernog lucasfernog merged commit d1b7c2c into v2 Oct 19, 2023
1 check passed
@lucasfernog lucasfernog deleted the feat/mobile-docs branch October 19, 2023 17:39
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 this pull request may close these issues.

3 participants