mirror of
https://github.com/borgbackup/borg.git
synced 2026-02-18 18:19:16 -05:00
vagrant: build binaries with borgstore[sftp], fixes #8574
This commit is contained in:
parent
c7fd43c576
commit
20c36b652c
1 changed files with 3 additions and 0 deletions
3
Vagrantfile
vendored
3
Vagrantfile
vendored
|
|
@ -247,6 +247,9 @@ def install_borg(fuse)
|
|||
cd borg
|
||||
pip install -r requirements.d/development.lock.txt
|
||||
python3 scripts/make.py clean
|
||||
# install borgstore WITH sftp support, so it pulls in paramiko also,
|
||||
# so sftp support will also get into the binaries built. #8574
|
||||
pip install borgstore[sftp]
|
||||
pip install -e .[#{fuse}]
|
||||
EOF
|
||||
end
|
||||
|
|
|
|||
Loading…
Reference in a new issue