-
Notifications
You must be signed in to change notification settings - Fork 425
fix: temporarily suppress plugin build errors on docs.rs
#2771
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
Conversation
I honestly think we should figure out why it tries to write to that file which it shouldn't instead of ignoring the error |
I completely agree with this. But unfortunately, I haven't had time to investigate the issue recently. |
i think we simply have to re-release all the plugins. For reference, here's the output of the
|
soooo, i just released new versions and at least in my local docs.rs instance the issue seems to be gone now. at least for my own repro product, didn't know how to make pytauri work in it with the python dependency 🤷 |
The author of the PR in the tauri repo made similar observations. Will close this PR here then. |
ref: tauri-apps/tauri#13597 (comment)
It seems that tauri-apps/tauri#13597 will not be merged soon, so this PR temporarily suppresses these errors as a mitigation.