mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-09-13 14:32:28 +03:00
makebuildserver: add config options for disk and network hardware emulation
This commit is contained in:
parent
2a9bc448ee
commit
d98d90ab90
3 changed files with 12 additions and 0 deletions
2
buildserver/Vagrantfile
vendored
2
buildserver/Vagrantfile
vendored
|
@ -34,6 +34,8 @@ Vagrant.configure("2") do |config|
|
|||
libvirt.uri = "qemu:///system"
|
||||
libvirt.cpus = configfile["cpus"]
|
||||
libvirt.memory = configfile["memory"]
|
||||
libvirt.disk_bus = configfile["libvirt_disk_bus"]
|
||||
libvirt.nic_model_type = configfile["libvirt_nic_model_type"]
|
||||
end
|
||||
config.vm.synced_folder './', '/vagrant', type: '9p'
|
||||
synced_folder_type = '9p'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue