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

rustpkg: Support arbitrary dependencies in the install API #9654

Merged
merged 1 commit into from
Oct 23, 2013

Conversation

catamorphism
Copy link
Contributor

r? @brson api::install_pkg now accepts an argument that's a list of
(kind, path) dependency pairs. This allows custom package scripts to
declare C dependencies, as is demonstrated in
rustpkg::tests::test_c_dependency_ok.

Closes #6403

@catamorphism
Copy link
Contributor Author

This failed again on the Linux bot, and I can't figure out why because I'm not in the office and don't have VPN access. I requested VPN access, but I might not be able to get to this for a little bit, since I leave for Toronto tomorrow.

bors added a commit that referenced this pull request Oct 15, 2013
r? @brson api::install_pkg now accepts an argument that's a list of
(kind, path) dependency pairs. This allows custom package scripts to
declare C dependencies, as is demonstrated in
rustpkg::tests::test_c_dependency_ok.

Closes #6403
api::install_pkg now accepts an argument that's a list of
(kind, path) dependency pairs. This allows custom package scripts to
declare C dependencies, as is demonstrated in
rustpkg::tests::test_c_dependency_ok.

Closes rust-lang#6403
bors added a commit that referenced this pull request Oct 23, 2013
r? @brson api::install_pkg now accepts an argument that's a list of
(kind, path) dependency pairs. This allows custom package scripts to
declare C dependencies, as is demonstrated in
rustpkg::tests::test_c_dependency_ok.

Closes #6403
@bors bors merged commit c979575 into rust-lang:master Oct 23, 2013
flip1995 pushed a commit to flip1995/rust that referenced this pull request Nov 21, 2022
Enable test no_std_main_recursion

Verified that test actually works on windows
changelog: none
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.

Teaching rustpkg how to build C libraries
2 participants