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

Build broken with --disable-jemalloc #30592

Closed
MagaTailor opened this issue Dec 28, 2015 · 1 comment
Closed

Build broken with --disable-jemalloc #30592

MagaTailor opened this issue Dec 28, 2015 · 1 comment

Comments

@MagaTailor
Copy link

Leading to this:

rustc: arm-unknown-linux-gnueabihf/stage0/lib/rustlib/arm-unknown-linux-gnueabihf/lib/libstd
src/libstd/lib.rs:1:1: 1:1 error: can't find crate for `alloc_jemalloc` [E0463]

which probably means this line always executes adding the jemalloc dependency to std. It used to work as expected a few weeks ago.

Even though I don't need this option on i686, it reproduces over there as well (as expected).

cc @alexcrichton

@MagaTailor MagaTailor changed the title Build scripts ignore --disable-jemalloc Build broken with --disable-jemalloc Dec 31, 2015
@MagaTailor
Copy link
Author

Thx @simartin

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

No branches or pull requests

1 participant