Skip to content
This repository was archived by the owner on Dec 29, 2022. It is now read-only.

Commit a68a229

Browse files
committed
By default use IPC to compile
1 parent 421ea53 commit a68a229

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,4 +80,4 @@ rustc_tools_util = "0.2"
8080
[features]
8181
clippy = ["clippy_lints", "rls-rustc/clippy"]
8282
ipc = ["tokio", "futures", "rls-rustc/ipc", "rls-ipc/server"]
83-
default = []
83+
default = ["ipc"]

azure-pipelines.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,5 +40,5 @@ jobs:
4040
".":
4141
- test_name: test_tooltip_std
4242
test_args: --ignored
43-
# Test also the IPC feature build
44-
- args: --features ipc
43+
# Test that we don't regress in-process compilation build
44+
- args: --no-default-features

0 commit comments

Comments
 (0)