mirror of
https://github.com/borgbackup/borg.git
synced 2025-03-09 05:16:35 +00:00
vagrant: openindiana updates
- use openindiana/hipster box - install missing packages - also install libxxhash, so it does not use the bundled code
This commit is contained in:
parent
5ad7364209
commit
5b26bdd475
1 changed files with 2 additions and 2 deletions
4
Vagrantfile
vendored
4
Vagrantfile
vendored
|
@ -127,7 +127,7 @@ def packages_openindiana
|
|||
return <<-EOF
|
||||
# needs separate provisioning step + reboot:
|
||||
#pkg update
|
||||
#pkg install gcc-7 python-39 setuptools-39
|
||||
pkg install gcc-13 git pkg-config libxxhash
|
||||
ln -sf /usr/bin/python3.9 /usr/bin/python3
|
||||
python3 -m ensurepip
|
||||
ln -sf /usr/bin/pip3.9 /usr/bin/pip3
|
||||
|
@ -401,7 +401,7 @@ Vagrant.configure(2) do |config|
|
|||
# rsync on openindiana has troubles, does not set correct owner for /vagrant/borg and thus gives lots of
|
||||
# permission errors. can be manually fixed in the VM by: sudo chown -R vagrant /vagrant/borg ; then rsync again.
|
||||
config.vm.define "openindiana64" do |b|
|
||||
b.vm.box = "openindiana"
|
||||
b.vm.box = "openindiana/hipster"
|
||||
b.vm.provider :virtualbox do |v|
|
||||
v.memory = 2048 + $wmem
|
||||
end
|
||||
|
|
Loading…
Add table
Reference in a new issue