From 6aa4eb923f83112867a043726d04b81107bb9241 Mon Sep 17 00:00:00 2001 From: Eduard-Mihai Burtescu Date: Sun, 25 Nov 2018 23:15:20 +0200 Subject: [PATCH] HACK(eddyb) Cargo.toml: also exclude the `obj` directory from the workspace. --- Cargo.toml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Cargo.toml b/Cargo.toml index 874f5cb9680..89cf687a246 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -27,6 +27,8 @@ members = [ exclude = [ "src/tools/rls/test_data", "build", + # HACK(eddyb) This hardcodes the fact that our CI uses `/checkout/obj`. + "obj", ] # Curiously, LLVM 7.0 will segfault if compiled with opt-level=3