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

lib.rs bevy usage doctest fails to compile #183

Closed
ManevilleF opened this issue Dec 3, 2024 · 2 comments · Fixed by #184
Closed

lib.rs bevy usage doctest fails to compile #183

ManevilleF opened this issue Dec 3, 2024 · 2 comments · Fixed by #184
Labels
bug Something isn't working documentation Improvements or additions to documentation help wanted Extra attention is needed

Comments

@ManevilleF
Copy link
Owner

Describe the bug

CI Output from #181 :

---- src/lib.rs - (line 200) stdout ----
Test executable failed (exit status: 127).

stderr:
/tmp/rustdoctestu5iSe3/rust_out: error while loading shared libraries: libstd-ca74a2d9c5166d9f.so: cannot open shared object file: No such file or directory

To Reproduce
Remove the ignore flag from the doctest

Expected behavior
Should compile and run successfully

@ManevilleF ManevilleF added bug Something isn't working documentation Improvements or additions to documentation help wanted Extra attention is needed labels Dec 3, 2024
@bas-ie
Copy link
Contributor

bas-ie commented Dec 3, 2024

Yeah, this is also affecting Bevy main repo so I'll go look if anyone's sorted it yet 👀

Edit: I lied, it was another ecosystem crate. Still lookin'.

@bas-ie
Copy link
Contributor

bas-ie commented Dec 3, 2024

Got it, that's a weird one. Fix inc.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working documentation Improvements or additions to documentation help wanted Extra attention is needed
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants