mirror of
https://github.com/GAM-team/GAM.git
synced 2026-06-29 10:21:35 +00:00
try upgrading chocolatey packages to solve bootloader compile issue
This commit is contained in:
@@ -1,5 +1,8 @@
|
|||||||
echo "Installing Net-Framework-Core..."
|
echo "Installing Net-Framework-Core..."
|
||||||
export mypath=$(pwd)
|
export mypath=$(pwd)
|
||||||
|
|
||||||
|
choco upgrade all
|
||||||
|
|
||||||
until powershell Install-WindowsFeature Net-Framework-Core; do echo "trying again..."; done
|
until powershell Install-WindowsFeature Net-Framework-Core; do echo "trying again..."; done
|
||||||
cd ~
|
cd ~
|
||||||
export exefile=Win32OpenSSL_Light-${BUILD_OPENSSL_VERSION//./_}.exe
|
export exefile=Win32OpenSSL_Light-${BUILD_OPENSSL_VERSION//./_}.exe
|
||||||
@@ -36,10 +39,6 @@ tar xf develop.tar.gz
|
|||||||
cd pyinstaller-develop/bootloader
|
cd pyinstaller-develop/bootloader
|
||||||
echo "bootloader before:"
|
echo "bootloader before:"
|
||||||
md5sum ../PyInstaller/bootloader/Windows-32bit/*
|
md5sum ../PyInstaller/bootloader/Windows-32bit/*
|
||||||
|
|
||||||
# hack to fix compile on Travis
|
|
||||||
perl -i -p0e 's/#ifndef HAVE_STRLEN.*?#endif//se' src/pyi_utils.*
|
|
||||||
|
|
||||||
$python ./waf all --target-arch=32bit
|
$python ./waf all --target-arch=32bit
|
||||||
echo "bootloader after:"
|
echo "bootloader after:"
|
||||||
md5sum ../PyInstaller/bootloader/Windows-32bit/*
|
md5sum ../PyInstaller/bootloader/Windows-32bit/*
|
||||||
|
|||||||
@@ -1,5 +1,8 @@
|
|||||||
echo "Installing Net-Framework-Core..."
|
echo "Installing Net-Framework-Core..."
|
||||||
export mypath=$(pwd)
|
export mypath=$(pwd)
|
||||||
|
|
||||||
|
choco upgrade all
|
||||||
|
|
||||||
until powershell Install-WindowsFeature Net-Framework-Core; do echo "trying again..."; done
|
until powershell Install-WindowsFeature Net-Framework-Core; do echo "trying again..."; done
|
||||||
cd ~
|
cd ~
|
||||||
export exefile=Win64OpenSSL_Light-${BUILD_OPENSSL_VERSION//./_}.exe
|
export exefile=Win64OpenSSL_Light-${BUILD_OPENSSL_VERSION//./_}.exe
|
||||||
@@ -39,9 +42,6 @@ cd pyinstaller-develop/bootloader
|
|||||||
echo "bootloader before:"
|
echo "bootloader before:"
|
||||||
md5sum ../PyInstaller/bootloader/Windows-64bit/*
|
md5sum ../PyInstaller/bootloader/Windows-64bit/*
|
||||||
|
|
||||||
# hack to fix compile on Travis
|
|
||||||
perl -i -p0e 's/#ifndef HAVE_STRLEN.*?#endif//se' src/pyi_utils.*
|
|
||||||
|
|
||||||
$python ./waf all --target-arch=64bit
|
$python ./waf all --target-arch=64bit
|
||||||
cat build/config.log
|
cat build/config.log
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user