mirror of
https://github.com/release-engineering/dist-git.git
synced 2025-02-23 15:02:54 +00:00
raise memory for Vagrantfile **, add explaining comment for "distgit" where it should be "dist-git"
** libvirt specific, regrettably
This commit is contained in:
parent
c54109e8f0
commit
1a80ec16a9
1 changed files with 7 additions and 0 deletions
7
Vagrantfile
vendored
7
Vagrantfile
vendored
|
@ -3,7 +3,14 @@
|
|||
|
||||
Vagrant.configure(2) do |config|
|
||||
|
||||
# increase memory because default 512MB
|
||||
# doesn't seem to be enough for dnf these days
|
||||
config.vm.provider :libvirt do |v|
|
||||
v.memory = 1024
|
||||
end
|
||||
|
||||
### DistGit Fedora ###################################################
|
||||
# we would like to say dist-git in |...| but that is invalid syntax
|
||||
config.vm.define "dist-git" do |distgit|
|
||||
distgit.vm.box = "fedora/32-cloud-base"
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue