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
Copy file name to clipboardExpand all lines: web/news.md
+16Lines changed: 16 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,6 +5,22 @@ summary: Important events happening.
5
5
6
6
This page lists important changes or issues affecting MSYS2 users. We also post them to [Twitter](https://twitter.com/msys2org) and [Mastodon](https://fosstodon.org/@msys2org), including some not-so-important things :)
7
7
8
+
### 2024-09-23 - Starting to drop the CLANG32 environment
9
+
10
+
9 months ago we started to reduce the number of packages for the 32-bit
11
+
environments. Now we are starting to drop the CLANG32 environment. This means
12
+
that we will no longer add new packages for this environment and will remove the
13
+
existing ones over the next months. If this is affecting you, please let us
14
+
know.
15
+
16
+
While CLANG32 has some unique features in the context of MSYS2, such as being
17
+
the only environment to use UCRT for 32-bit and the LLVM toolchain, it has seen
18
+
very little use in our download statistics, and we don't think it's worth
19
+
supporting any longer.
20
+
21
+
If you are in need for a 32-bit LLVM toolchain, consider using [LLVM
0 commit comments