From bd41be2cafdde69fd22f821a3dd7ee4610da59ad Mon Sep 17 00:00:00 2001 From: Maksim Bondarenkov <119937608+ognevny@users.noreply.github.com> Date: Sat, 15 Feb 2025 21:52:10 +0300 Subject: [PATCH] Revert "docs: Update msys2 section (#24942)" (#24958) This reverts commit 56f13ddc50af5713e270027a9dd71dc7b00203c2. I hurried with Zed update for MSYS2... anyway good news that I managed to fix build issue Release Notes: - N/A --- docs/src/development/windows.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/docs/src/development/windows.md b/docs/src/development/windows.md index 98d22a3c2e..97c418144c 100644 --- a/docs/src/development/windows.md +++ b/docs/src/development/windows.md @@ -97,7 +97,7 @@ cargo test --workspace ## Installing from msys2 -[MSYS2](https://msys2.org/) distribution provides Zed as a package [mingw-w64-zed](https://packages.msys2.org/base/mingw-w64-zed). The package is available for UCRT64 and MINGW64 repositories. To download it, run +[MSYS2](https://msys2.org/) distribution provides Zed as a package [mingw-w64-zed](https://packages.msys2.org/base/mingw-w64-zed). The package is available for UCRT64, MINGW64 and CLANG64 repositories. To download it, run ```sh pacman -Syu @@ -112,8 +112,6 @@ You can see the [build script](https://github.com/msys2/MINGW-packages/blob/mast Note that `collab` is not supported for msys2. -After [v0.173.x](https://github.com/msys2/MINGW-packages/pull/23391) update Zed is not available for CLANG64 due to `aws-lc-sys` build issue. - ## Troubleshooting ### Setting `RUSTFLAGS` env var breaks builds