-
Notifications
You must be signed in to change notification settings - Fork 4.1k
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
Provide a way to use system-provided dependency instead of building one from source #5188
Comments
Comment from the user:
|
Related for package maintainers: #5186 |
This is a fun project. I think there are a few parts to it
|
Having spent a big part of my week-end trying to link a C binary to the system-provided ncurses, I would love seing that becoming a thing. |
Thank you for contributing to the Bazel repository! This issue has been marked as stale since it has not had any activity in the last 1+ years. It will be closed in the next 14 days unless any other activity occurs or one of the following labels is added: "not stale", "awaiting-bazeler". Please reach out to the triage team ( |
This issue has been automatically closed due to inactivity. If you're still interested in pursuing this, please reach out to the triage team ( |
I believe Yun did a lot of work on this concept for the Debian support.
…On Tue, Jun 6, 2023 at 9:36 PM github-actions[bot] ***@***.***> wrote:
Closed #5188 <#5188> as not
planned.
—
Reply to this email directly, view it on GitHub
<#5188 (comment)>, or
unsubscribe
</~https://github.com/notifications/unsubscribe-auth/AAXHHHFJQSAHSF2L36CY4CTXJ7LJXANCNFSM4E7MKG4Q>
.
You are receiving this because you commented.Message ID:
<bazelbuild/bazel/issue/5188/issue_event/9452463880 <(945)%20246-3880>@
github.com>
|
This is a common feature request but I couldn't find it among issues. This is important for package maintainers, who need to split the "monorepo" style into more unixy style where third_party dependencies are installed on the system separately.
Details on why bundling everything in a single binary can be undesirable:
https://wiki.gentoo.org/wiki/Why_not_bundle_dependencies
https://fedoraproject.org/wiki/Bundled_Libraries
The text was updated successfully, but these errors were encountered: