HACK(eddyb) Cargo.toml: also exclude the obj
directory from the workspace.
This commit is contained in:
parent
d9ca24e870
commit
6aa4eb923f
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user