]> git.lizzy.rs Git - rust.git/commitdiff
HACK(eddyb) Cargo.toml: also exclude the `obj` directory from the workspace.
authorEduard-Mihai Burtescu <edy.burt@gmail.com>
Sun, 25 Nov 2018 21:15:20 +0000 (23:15 +0200)
committerEduard-Mihai Burtescu <edy.burt@gmail.com>
Sun, 25 Nov 2018 21:15:20 +0000 (23:15 +0200)
Cargo.toml

index 874f5cb96803a01e770892ed3198f75971f244c4..89cf687a2463ddb0d5d7fff390669f84374ce36c 100644 (file)
@@ -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