We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f5aa12f commit dd1c2b4Copy full SHA for dd1c2b4
fluent-package/msi/Dockerfile
@@ -35,4 +35,10 @@ RUN \
35
choco install ruby -y --version=3.2.8.1 && \
36
refreshenv && \
37
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 && \
44
gem install --no-document --force bundler builder
0 commit comments