Ignore:
Timestamp:
05/24/19 18:31:43 (5 years ago)
Author:
István Váradi <ivaradi@…>
Branch:
python3
Phase:
public
Message:

Reworked Windows Docker image and MSYS building (re #347)

File:
1 copied

Legend:

Unmodified
Added
Removed
  • docker/msys/build.sh

    r920 r976  
    22
    33set -e -u
    4 
    5 pacman -S --noconfirm mc patch unzip mingw-w64-i686-python3 mingw-w64-i686-python3-setuptools mingw-w64-i686-gcc  mingw-w64-i686-gtk3 mingw-w64-i686-python3-lxml mingw-w64-i686-cmake mingw-w64-i686-make mingw-w64-i686-python3-pip mingw-w64-i686-python3-pillow mingw-w64-i686-python3-gobject mingw-w64-i686-python3-cffi
    6 pacman -Scc --noconfirm
    7 
    8 pip3 install jsonrpclib-pelix
    94
    105echo "Building PyWin32"
     
    6661python3 setup.py install
    6762
    68 cd /
    69 rm -rf /build
     63echo "Archiving msys64 directory"
     64cd /c
     65tar czf - msys64 | ssh -i /c/msys64/build/id_rsa -o StrictHostKeyChecking=no ivaradi@mises.varadiistvan.hu mlx/www/update/msys64.sh
Note: See TracChangeset for help on using the changeset viewer.