Skip to content

Commit 4a7e2fb

Browse files
committed
Sunset RLS
1 parent 1e978a3 commit 4a7e2fb

File tree

27 files changed

+162
-593
lines changed

27 files changed

+162
-593
lines changed

Diff for: .github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -431,7 +431,7 @@ jobs:
431431
env:
432432
RUST_CONFIGURE_ARGS: "--build=x86_64-pc-windows-msvc --host=aarch64-pc-windows-msvc --enable-full-tools --enable-profiler"
433433
SCRIPT: python x.py dist
434-
DIST_REQUIRE_ALL_TOOLS: 0
434+
DIST_REQUIRE_ALL_TOOLS: 1
435435
WINDOWS_SDK_20348_HACK: 1
436436
os: windows-latest-xl
437437
- name: dist-i686-mingw

Diff for: .gitmodules

-3
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,6 @@
1313
[submodule "src/doc/book"]
1414
path = src/doc/book
1515
url = https://github.com/rust-lang/book.git
16-
[submodule "src/tools/rls"]
17-
path = src/tools/rls
18-
url = https://github.com/rust-lang/rls.git
1916
[submodule "src/tools/miri"]
2017
path = src/tools/miri
2118
url = https://github.com/rust-lang/miri.git

0 commit comments

Comments
 (0)