mirror of
https://github.com/borgbackup/borg.git
synced 2025-02-22 14:11:27 +00:00
Vagrantfile: use TW's fresh-bootloader branch
... until pyinstaller team catches up, merges the fixes and recompiles the bootloader.
This commit is contained in:
parent
d3cea7018c
commit
322d217677
1 changed files with 6 additions and 6 deletions
12
Vagrantfile
vendored
12
Vagrantfile
vendored
|
@ -234,10 +234,10 @@ def install_pyinstaller(boxname)
|
||||||
. ~/.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
|
||||||
# develop branch, with rebuilt bootloaders, with ThomasWaldmann/do-not-overwrite-LD_LP
|
# develop branch, with fixed / freshly rebuilt bootloaders
|
||||||
git checkout fd3df7796afa367e511c881dac983cad0697b9a3
|
git checkout fresh-bootloader
|
||||||
pip install -e .
|
pip install -e .
|
||||||
EOF
|
EOF
|
||||||
end
|
end
|
||||||
|
@ -247,10 +247,10 @@ def install_pyinstaller_bootloader(boxname)
|
||||||
. ~/.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
|
||||||
# develop branch, with rebuilt bootloaders, with ThomasWaldmann/do-not-overwrite-LD_LP
|
# develop branch, with fixed / freshly rebuilt bootloaders
|
||||||
git checkout fd3df7796afa367e511c881dac983cad0697b9a3
|
git checkout fresh-bootloader
|
||||||
# build bootloader, if it is not included
|
# build bootloader, if it is not included
|
||||||
cd bootloader
|
cd bootloader
|
||||||
python ./waf all
|
python ./waf all
|
||||||
|
|
Loading…
Reference in a new issue