Skip to content

Commit f55585e

Browse files
committed
ci: add FIXME for 32-bit windows-gnu msys2 problem
1 parent e9ca317 commit f55585e

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/ci.yml

+4
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,10 @@ jobs:
8383
- if: contains(matrix.os, 'windows')
8484
uses: msys2/[email protected]
8585
with:
86+
# FIXME(#136795): this mingw installation seems to be needed for
87+
# `i686-pc-windows-gnu`, otherwise we somehow incorrectly ship the
88+
# 64-bit `libwinpthread-1.dll` and then `rustc` explodes.
89+
#
8690
# i686 jobs use mingw32. x86_64 and cross-compile jobs use mingw64.
8791
msystem: ${{ contains(matrix.name, 'i686') && 'mingw32' || 'mingw64' }}
8892
# don't try to download updates for already installed packages

0 commit comments

Comments
 (0)