-
Notifications
You must be signed in to change notification settings - Fork 13.3k
Unbundle all 3rd party libraries. #13945
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
Comments
I'm curious, but what are the bundling requirements on fedora? None of the "bundled" packages are distributed as part of a rust installation, they're all statically linked into their respective rust artifacts. Other than that, this is the status of all our bundled repos:
|
https://fedoraproject.org/wiki/Packaging:No_Bundled_Libraries
|
What's the version of libuv that fedora is distributing? It looks like we can maintain compatibility with the 0.11 series pretty easily, but there were some big changes from 0.10 to 0.11 that it'd take a much larger amount of support to work with 0.10. |
Fedora ships(http://pkgs.org/search/?query=libuv):
So we are still on 0.10 series line. |
Would it be possible to get an exception for libuv? It's a pretty small dependency (if that helps). Additionally, gyp is just a build dependency, we don't install it anywhere. |
Maybe uh... Depends on the situation of rust, since I'm just a bystander, I'm not familiar with the compatibility that rust will carry in its series. I need a good explanation from upstream then I will send it to the packaging committee for final decision. gyp is special, I need to rethink about it. |
libuv / gyp are now removed as part of #17325 |
The two major native libraries we depend on are LLVM and jemalloc, both of which have options to specify an external build in the configure script, so I'm going to close this. |
fix: check orpat in missing match fixed rust-lang#13942
Close rust-lang#13938 changelog: [`missing_const_for_fn`]: do not trigger for tests
Hi,
I don't know if it's possible to unbundle all 3rd party libraries. I'm going to package it into Fedora, we disallow bundling in most cases. However before I try to unbundle them, I'd like to see if you are willing to see me doing this since using system libraries may cause problems and I'm not sure if you are willing to fix.
Thanks.
The text was updated successfully, but these errors were encountered: