Skip to content

Commit

Permalink
HACK(eddyb) Cargo.toml: also exclude the obj directory from the wor…
Browse files Browse the repository at this point in the history
…kspace.
  • Loading branch information
eddyb committed Nov 25, 2018
1 parent d9ca24e commit 6aa4eb9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Cargo.toml
Expand Up @@ -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
Expand Down

0 comments on commit 6aa4eb9

Please sign in to comment.