Skip to content

Commit

Permalink
Merge pull request #5915 from ThomasWaldmann/vagrant-updates3
Browse files Browse the repository at this point in the history
more vagrant updates
  • Loading branch information
ThomasWaldmann authored Jul 12, 2021
2 parents 777f64f + 9c73928 commit 051b0bd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Vagrantfile
Original file line number Diff line number Diff line change
Expand Up @@ -482,7 +482,7 @@ Vagrant.configure(2) do |config|
config.vm.define "openindiana64" do |b|
b.vm.box = "openindiana"
b.vm.provider :virtualbox do |v|
v.memory = 1536 + $wmem
v.memory = 3072 + $wmem
end
b.vm.provision "fs init", :type => :shell, :inline => fs_init("vagrant")
b.vm.provision "packages openindiana", :type => :shell, :inline => packages_openindiana
Expand Down
2 changes: 1 addition & 1 deletion requirements.d/development.lock.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,5 @@ pytest==6.1.1
pytest-xdist==2.1.0
pytest-cov==2.10.1
pytest-benchmark==3.2.3
Cython==0.29.21
Cython==0.29.23
twine==1.15.0

0 comments on commit 051b0bd

Please sign in to comment.