mirror of
https://github.com/borgbackup/borg.git
synced 2024-12-25 01:06:50 +00:00
Merge pull request #2076 from ThomasWaldmann/fix-pyinstaller-bootloader
pyinstaller: use fixed AND freshly compiled bootloader, fixes #2002
This commit is contained in:
commit
c44d9ad3c2
1 changed files with 3 additions and 2 deletions
5
Vagrantfile
vendored
5
Vagrantfile
vendored
|
@ -283,9 +283,10 @@ def install_pyinstaller(bootloader)
|
||||||
. ~/.bash_profile
|
. ~/.bash_profile
|
||||||
cd /vagrant/borg
|
cd /vagrant/borg
|
||||||
. borg-env/bin/activate
|
. borg-env/bin/activate
|
||||||
git clone https://github.com/pyinstaller/pyinstaller.git
|
git clone https://github.com/thomaswaldmann/pyinstaller.git
|
||||||
cd pyinstaller
|
cd pyinstaller
|
||||||
git checkout v3.1.1
|
# develop branch, with fixed / freshly rebuilt bootloaders
|
||||||
|
git checkout fresh-bootloader
|
||||||
EOF
|
EOF
|
||||||
if bootloader
|
if bootloader
|
||||||
script += <<-EOF
|
script += <<-EOF
|
||||||
|
|
Loading…
Reference in a new issue