mirror of
https://github.com/wxWidgets/Phoenix.git
synced 2026-01-06 12:00:13 +01:00
Let’s try 4 cores and 4 Gigs
This commit is contained in:
4
vagrant/centos-7/Vagrantfile
vendored
4
vagrant/centos-7/Vagrantfile
vendored
@@ -10,8 +10,8 @@ Vagrant.configure("2") do |config|
|
||||
|
||||
# Additional parameters for the VM
|
||||
config.vm.provider "virtualbox" do |vb|
|
||||
vb.memory = 2048
|
||||
vb.cpus = 2
|
||||
vb.memory = 4096
|
||||
vb.cpus = 4
|
||||
end
|
||||
|
||||
# Share the Phoenix/dist folder so the VM can get the source tarball and has
|
||||
|
||||
4
vagrant/debian-8/Vagrantfile
vendored
4
vagrant/debian-8/Vagrantfile
vendored
@@ -10,8 +10,8 @@ Vagrant.configure("2") do |config|
|
||||
|
||||
# Additional parameters for the VM
|
||||
config.vm.provider "virtualbox" do |vb|
|
||||
vb.memory = 2048
|
||||
vb.cpus = 2
|
||||
vb.memory = 4096
|
||||
vb.cpus = 4
|
||||
end
|
||||
|
||||
# Share the Phoenix/dist folder so the VM can get the source tarball and has
|
||||
|
||||
4
vagrant/fedora-24/Vagrantfile
vendored
4
vagrant/fedora-24/Vagrantfile
vendored
@@ -10,8 +10,8 @@ Vagrant.configure("2") do |config|
|
||||
|
||||
# Additional parameters for the VM
|
||||
config.vm.provider "virtualbox" do |vb|
|
||||
vb.memory = 2048
|
||||
vb.cpus = 2
|
||||
vb.memory = 4096
|
||||
vb.cpus = 4
|
||||
end
|
||||
|
||||
# Share the Phoenix/dist folder so the VM can get the source tarball and has
|
||||
|
||||
4
vagrant/ubuntu-14.04/Vagrantfile
vendored
4
vagrant/ubuntu-14.04/Vagrantfile
vendored
@@ -10,8 +10,8 @@ Vagrant.configure("2") do |config|
|
||||
|
||||
# Additional parameters for the VM
|
||||
config.vm.provider "virtualbox" do |vb|
|
||||
vb.memory = 2048
|
||||
vb.cpus = 2
|
||||
vb.memory = 4096
|
||||
vb.cpus = 4
|
||||
end
|
||||
|
||||
# Share the Phoenix/dist folder so the VM can get the source tarball and has
|
||||
|
||||
8
vagrant/ubuntu-16.04/Vagrantfile
vendored
8
vagrant/ubuntu-16.04/Vagrantfile
vendored
@@ -10,15 +10,15 @@ Vagrant.configure("2") do |config|
|
||||
|
||||
# Additional parameters for the VM
|
||||
config.vm.provider "virtualbox" do |vb|
|
||||
vb.memory = 2048
|
||||
vb.cpus = 2
|
||||
vb.memory = 4096
|
||||
vb.cpus = 4
|
||||
end
|
||||
|
||||
# Share the Phoenix/dist folder so the VM can get the source tarball and has
|
||||
# a place to put the build results.
|
||||
config.vm.synced_folder "../../dist", "/home/vagrant/dist"
|
||||
config.vm.synced_folder "../../dist", "/home/ubuntu/dist"
|
||||
|
||||
# And share a folder with the build script
|
||||
config.vm.synced_folder "../scripts", "/home/vagrant/scripts"
|
||||
config.vm.synced_folder "../scripts", "/home/ubuntu/scripts"
|
||||
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user