-
Notifications
You must be signed in to change notification settings - Fork 212
Document that system dependencies are ignored #164
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
As far as I can tell, that field isn't actually used anywhere... |
Yes, installing system dependencies is not a thing ATM and I am not sure it will be in future. I was planning to switch to a docker based build system and use a plain image and |
It would be helpful to update the documentation to indicate that |
this was causing confusion, see rust-lang#164
* remove copy_dir * make utils pub(crate) where possible * remove dead code in rustc version * make more things pub(crate) * only compile ApplyMode::Temporary in test mode * remove unused argument * remove unused `handle_html` argument * don't export metadata * remove `pub` where possible * remove unused import * make create_pool pub(crate) * fix bad merge * pub(crate) doesn't make sense in lib.rs Co-Authored-By: Koenraad Verheyden <mail@koenraadverheyden.com> * address review comments re: copy test * remote system dependencies from metadata this was causing confusion, see #164 * re-comment failing test * fix failing test Co-authored-by: Koenraad Verheyden <mail@koenraadverheyden.com>
This was never documented and is no longer in the code at all. |
* remove copy_dir * make utils pub(crate) where possible * remove dead code in rustc version * make more things pub(crate) * only compile ApplyMode::Temporary in test mode * remove unused argument * remove unused `handle_html` argument * don't export metadata * remove `pub` where possible * remove unused import * make create_pool pub(crate) * fix bad merge * pub(crate) doesn't make sense in lib.rs Co-Authored-By: Koenraad Verheyden <mail@koenraadverheyden.com> * address review comments re: copy test * remote system dependencies from metadata this was causing confusion, see rust-lang#164 * re-comment failing test * fix failing test Co-authored-by: Koenraad Verheyden <mail@koenraadverheyden.com>
* remove copy_dir * make utils pub(crate) where possible * remove dead code in rustc version * make more things pub(crate) * only compile ApplyMode::Temporary in test mode * remove unused argument * remove unused `handle_html` argument * don't export metadata * remove `pub` where possible * remove unused import * make create_pool pub(crate) * fix bad merge * pub(crate) doesn't make sense in lib.rs Co-Authored-By: Koenraad Verheyden <mail@koenraadverheyden.com> * address review comments re: copy test * remote system dependencies from metadata this was causing confusion, see #164 * re-comment failing test * fix failing test Co-authored-by: Koenraad Verheyden <mail@koenraadverheyden.com>
I thought I had configured docs.rs correctly to install an extra system dependency, but it doesn't seem to have worked:
https://github.com/sfackler/rstack/blob/master/unwind-sys/Cargo.toml#L14
https://docs.rs/crate/unwind-sys/0.1.0/builds/75612
Any idea what's going on there?
The text was updated successfully, but these errors were encountered: