Skip to content

Commit dd1c2b4

Browse files
committed
msi: try to fix FTBFS on windows
Signed-off-by: Kentaro Hayashi <[email protected]>
1 parent f5aa12f commit dd1c2b4

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

fluent-package/msi/Dockerfile

+6
Original file line numberDiff line numberDiff line change
@@ -35,4 +35,10 @@ RUN \
3535
choco install ruby -y --version=3.2.8.1 && \
3636
refreshenv && \
3737
ridk install 3 && \
38+
# Avoid FTBFS with gcc-15
39+
ridk exec pacman -Qs gcc && \
40+
ridk exec pacman -U -y https://repo.msys2.org/mingw/mingw64/mingw-w64-x86_64-gcc-14.2.0-3-any.pkg.tar.zst \
41+
https://repo.msys2.org/mingw/mingw64/mingw-w64-x86_64-gcc-libs-14.2.0-3-any.pkg.tar.zst \
42+
https://repo.msys2.org/mingw/ucrt64/mingw-w64-ucrt-x86_64-gcc-14.2.0-3-any.pkg.tar.zst \
43+
https://repo.msys2.org/mingw/ucrt64/mingw-w64-ucrt-x86_64-gcc-libs-14.2.0-3-any.pkg.tar.zst && \
3844
gem install --no-document --force bundler builder

0 commit comments

Comments
 (0)