aboutsummaryrefslogtreecommitdiff
path: root/xtask/src/dist.rs
diff options
context:
space:
mode:
authorbors[bot] <26634292+bors[bot]@users.noreply.github.com>2020-07-22 12:44:05 +0100
committerGitHub <[email protected]>2020-07-22 12:44:05 +0100
commit2dd8ba2b21e3262f25e4245e37549206c8a3bc2d (patch)
tree6dfcadbf3b6a333777f22f54db773118bf1916d4 /xtask/src/dist.rs
parent26932e0060b74525f74df5e31ae0c88997e5d667 (diff)
parent9ad41eb9085cd7ceaf479f659a7071df81059b7c (diff)
Merge #5487
5487: Setup global allocator in the correct crate r=matklad a=matklad It worked before, but was roundabout bors r+ 🤖 Co-authored-by: Aleksey Kladov <[email protected]>
Diffstat (limited to 'xtask/src/dist.rs')
-rw-r--r--xtask/src/dist.rs2
1 files changed, 0 insertions, 2 deletions
diff --git a/xtask/src/dist.rs b/xtask/src/dist.rs
index b8f68027c..c198c0907 100644
--- a/xtask/src/dist.rs
+++ b/xtask/src/dist.rs
@@ -57,8 +57,6 @@ fn dist_server() -> Result<()> {
57 env::set_var("CC", "clang"); 57 env::set_var("CC", "clang");
58 run!( 58 run!(
59 "cargo build --manifest-path ./crates/rust-analyzer/Cargo.toml --bin rust-analyzer --release" 59 "cargo build --manifest-path ./crates/rust-analyzer/Cargo.toml --bin rust-analyzer --release"
60 // We'd want to add, but that requires setting the right linker somehow
61 // --features=jemalloc
62 )?; 60 )?;
63 } else { 61 } else {
64 run!("cargo build --manifest-path ./crates/rust-analyzer/Cargo.toml --bin rust-analyzer --release")?; 62 run!("cargo build --manifest-path ./crates/rust-analyzer/Cargo.toml --bin rust-analyzer --release")?;