Skip to content

Commit

Permalink
update mingw32.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
maron2000 committed Mar 2, 2024
1 parent 983f50b commit 696d0d7
Showing 1 changed file with 13 additions and 13 deletions.
26 changes: 13 additions & 13 deletions .github/workflows/mingw32.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,20 +30,20 @@ jobs:
- name: Install libslirp
run: |
top=`pwd`
mkdir pkg
cd pkg
git clone https://github.com/msys2/MINGW-packages.git
pwd
cd MINGW-packages
#ls -lg
#mkdir pkg
#cd pkg
#git clone https://github.com/msys2/MINGW-packages.git
#pwd
#cd MINGW-packages
##ls -lg
#cd mingw-w64-libslirp
#ls -lg
##ls -lg
#sed -i -e "s/^mingw_arch=\(.*\)/mingw_arch=(\'mingw32\')/" PKGBUILD
cd mingw-w64-glib2
MINGW_ARCH=MINGW32 makepkg-mingw -sCLf --noconfirm
ls -lg
pacman --noconfirm -U mingw-w64-*-any.pkg.tar.zst
pacman -Syu
#cd mingw-w64-glib2
#MINGW_ARCH=mingw makepkg-mingw -sCLf --noconfirm
#ls -lg
#pacman --noconfirm -U mingw-w64-*-any.pkg.tar.zst
#pacman -Syu
- name: Update build info
shell: bash
run: |
Expand All @@ -62,7 +62,7 @@ jobs:
cd build-scripts/mingw/libslirp
mv ./PKGBUILD ./PKGBUILD.bak
awk '{ sub("\r$", ""); print }' PKGBUILD.bak > PKGBUILD
MINGW_ARCH=mingw32 makepkg-mingw -sLf --noconfirm
MINGW_ARCH=mingw32 makepkg-mingw --noconfirm
ls -lg
pacman --noconfirm -U mingw-w64-*-any.pkg.tar.zst
pacman -Syu
Expand Down

0 comments on commit 696d0d7

Please sign in to comment.