Skip to content

Commit

Permalink
Explicitly use msys2-runtime-3.3.
Browse files Browse the repository at this point in the history
Versions >= 3.4 no longer support i686, but some fixes may be backported
to the 3.3 branch and put in the 3.3 package (such as
msys2/MSYS2-packages#3487).
  • Loading branch information
jeremyd2019 committed Jan 12, 2023
1 parent d39a280 commit 60199b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion make-msys2-installer
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ create_chroot_system() {
mkdir -p tmp

pacman -Syu --root "${_newmsys}"
pacman -S filesystem msys2-runtime --noconfirm --root "${_newmsys}"
pacman -S filesystem msys2-runtime-3.3 --noconfirm --root "${_newmsys}"
pacman -S base --noconfirm --root "${_newmsys}"
grep -F '[build32]' etc/pacman.conf || sed -i '/\[msys\]/i [build32]\nServer = https://github.com/jeremyd2019/msys2-build32/releases/download/repo\nSigLevel = Optional\n' etc/pacman.conf
popd > /dev/null
Expand Down

0 comments on commit 60199b3

Please sign in to comment.