From 7dbc524207059cec07761d6d71153432a3b749a7 Mon Sep 17 00:00:00 2001 From: Simon Sapin Date: Sun, 15 Apr 2018 19:17:00 +0200 Subject: Fork the jemallocator crate, fix for nightly-2018-04-15 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit CC https://github.com/alexcrichton/jemallocator/pull/40, https://github.com/rust-lang/rust/pull/49669 The new version of jemallocator requires a more recent jemalloc https://github.com/alexcrichton/jemallocator/pull/34 which doesn’t build on our current Android toolchain https://github.com/jemalloc/jemalloc/issues/1175. To avoid blocking on figuring that out, duplicate ~70 lines from jemallocator and use the older jemalloc-sys directly. --- rust-toolchain | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'rust-toolchain') diff --git a/rust-toolchain b/rust-toolchain index 7b4c87520cb..84ce4f35a64 100644 --- a/rust-toolchain +++ b/rust-toolchain @@ -1 +1 @@ -nightly-2018-04-08 +nightly-2018-04-15 -- cgit v1.2.3