pyinstaller: use fixed AND freshly compiled bootloader, fixes #2002

This commit is contained in:
Thomas Waldmann 2017-01-17 02:09:28 +01:00
parent e022cf117c
commit cdffd93139

5
Vagrantfile vendored
View file

@ -283,9 +283,10 @@ def install_pyinstaller(bootloader)
. ~/.bash_profile
cd /vagrant/borg
. borg-env/bin/activate
git clone https://github.com/pyinstaller/pyinstaller.git
git clone https://github.com/thomaswaldmann/pyinstaller.git
cd pyinstaller
git checkout v3.1.1
# develop branch, with fixed / freshly rebuilt bootloaders
git checkout fresh-bootloader
EOF
if bootloader
script += <<-EOF