docs: Update msys2 section (#24942)
CLANG64 version of Zed is being removed in https://github.com/msys2/MINGW-packages/pull/23391 due to build issue with `aws-lc-sys`: https://github.com/aws/aws-lc-rs/issues/696#issuecomment-2660839255 Closes #ISSUE Release Notes: - N/A
This commit is contained in:
parent
79e3faffb2
commit
56f13ddc50
1 changed files with 3 additions and 1 deletions
|
@ -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, MINGW64 and CLANG64 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 and MINGW64 repositories. To download it, run
|
||||
|
||||
```sh
|
||||
pacman -Syu
|
||||
|
@ -112,6 +112,8 @@ 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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue