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

Add libc++-dev package to linux environment #121

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

nicoburns
Copy link

We're using libc++ (clang's C++ standard library) instead of libstdc++ for yoga-rs because using libstdc++ / using whatever is set as default was causing bindgen to generate code that wouldn't compile.

However, this dependency is missing in the build environment which is causing building docs for docs.rs to fail (rust-lang/docs.rs#2017)

@nicoburns
Copy link
Author

@nicoburns nicoburns force-pushed the add-libc++-dev-package branch 2 times, most recently from 37cd4f7 to c17fa97 Compare January 26, 2023 09:52
Copy link
Member

@syphar syphar left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I was too quick,

I see the build is failing, this would need to be fixed before merging.

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.

2 participants