Skip to content

Commit 6aa4eb9

Browse files
committed
HACK(eddyb) Cargo.toml: also exclude the obj directory from the workspace.
1 parent d9ca24e commit 6aa4eb9

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Cargo.toml

+2
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,8 @@ members = [
2727
exclude = [
2828
"src/tools/rls/test_data",
2929
"build",
30+
# HACK(eddyb) This hardcodes the fact that our CI uses `/checkout/obj`.
31+
"obj",
3032
]
3133

3234
# Curiously, LLVM 7.0 will segfault if compiled with opt-level=3

0 commit comments

Comments
 (0)