Skip to content

Commit e35890a

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

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/ci.yml

+5
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,11 @@ 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 link to
88+
# 64-bit `libwinpthread-1.dll` and then `rustc` can't find the 32-bit
89+
# version it wants.
90+
#
8691
# i686 jobs use mingw32. x86_64 and cross-compile jobs use mingw64.
8792
msystem: ${{ contains(matrix.name, 'i686') && 'mingw32' || 'mingw64' }}
8893
# don't try to download updates for already installed packages

0 commit comments

Comments
 (0)