Skip to content

travis: Don't use a local jemalloc #14858

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

Merged
merged 1 commit into from
Jun 13, 2014

Conversation

alexcrichton
Copy link
Member

Turns out they don't have the je_ prefix, so we can't use the system-installed
jemalloc.

Turns out they don't have the `je_` prefix, so we can't use the system-installed
jemalloc.
bors added a commit that referenced this pull request Jun 13, 2014
…stinger

Turns out they don't have the `je_` prefix, so we can't use the system-installed
jemalloc.
@bors bors closed this Jun 13, 2014
@bors bors merged commit 8c05798 into rust-lang:master Jun 13, 2014
@lucab
Copy link
Contributor

lucab commented Jun 13, 2014

Is there a reason why the embedded copy is built with --with-jemalloc-prefix=je_?

@alexcrichton alexcrichton deleted the no-jemalloc-on-travis branch June 13, 2014 16:24
@alexcrichton
Copy link
Member Author

We're trying to void jemalloc containing the malloc and free symbols, as we'd rather use our custom allocator manually than try to override the system versions and automatically use jemalloc.

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.

5 participants