Skip to content

Commit 4d12212

Browse files
committed
disable parallel Vagrant start due to stability problems
1 parent ef59636 commit 4d12212

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

‎Vagrantfile‎

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# BUG parallel starting of the images resulted in some images
2+
# not being able to start
3+
ENV['VAGRANT_NO_PARALLEL'] = 'yes'
4+
15
Vagrant.configure("2") do |config|
26
config.vm.box = "debian/bookworm64"
37

0 commit comments

Comments
 (0)