You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The active environment is selected via the `MSYSTEM` environment variable.
42
42
Setting `MSYSTEM` to `UCRT64` and starting a login shell will put you in that
@@ -96,6 +96,8 @@ code was compiled with MSVC.
96
96
97
97
## Changelog
98
98
99
+
**2026-03-15**: Deprecating the MINGW64 environment. See [NEWS](../news.md#2026-03-15-soft-deprecating-the-mingw64-environment) for more information.
100
+
99
101
**2024-12-18:** Removed CLANG32 environment.
100
102
101
103
**2023-12-13:** Start of phase out for 32-bit environments, MINGW32 and CLANG32. See [NEWS](../news.md#2023-12-13-starting-to-drop-some-32-bit-packages) for more information.
Copy file name to clipboardExpand all lines: web/news.md
+9Lines changed: 9 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,6 +5,15 @@ summary: Important events happening.
5
5
6
6
This page lists important changes or issues affecting MSYS2 users. You can [:material-rss: subscribe via RSS](../news.xml). We also post them to [Mastodon](https://fosstodon.org/@msys2org) / [Bluesky](https://bsky.app/profile/msys2org.bsky.social), including some not-so-important things :)
7
7
8
+
### 2026-03-15 - Deprecating the MINGW64 Environment
9
+
10
+
As support for Windows 8.1 has been dropped, there is no longer a need for
11
+
non-UCRT environments such as MINGW64. Consequently, we are beginning to phase
12
+
out the MINGW64 environment. To start, no new packages will be added to this
13
+
environment, and existing leaf packages may be removed if issues arise. If you
14
+
are currently relying on the MINGW64 environment, please consider switching to
15
+
UCRT64 or CLANG64 instead.
16
+
8
17
### 2026-02-28 - Native Git Now Available in MSYS2
9
18
10
19
We are pleased to announce that MSYS2 now includes a [native MinGW build of
0 commit comments