-
Notifications
You must be signed in to change notification settings - Fork 89
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
clang11: update libc++ #320
Conversation
libc++-dev is version 6: https://packages.ubuntu.com/bionic/libc++-dev
I just realized it was already proposed in #252 but it looks like there was no newer docker image which came to fix the issue. |
@ericLemanissier my concern about this PR is backward compatibility. I'm not sure if this change will break or not Conan packages already in Conan center and built by Clang 11 with libc++-6 |
according to https://releases.llvm.org/11.1.0/projects/libcxx/docs/DesignDocs/ABIVersioning.html it depends on cmake variable LIBCXX_ABI_VERSION used when building libc++. It is translated into c++ macro _LIBCPP_ABI_VERSION. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I built Poco/1.11.0 and boost/1.76.0@ using this images, with all dependencies using the current libc++ version and worked.
Co-authored-by: Uilian Ries <uilianries@gmail.com>
libc++-dev is version 6: https://packages.ubuntu.com/bionic/libc++-dev
Changelog: (Feature | Fix | Bugfix): Describe here your pull request