Skip to content

Commit fc67453

Browse files
vagrant: remove debian stretch VM, not supported any more
1 parent 34261aa commit fc67453

File tree

1 file changed

+0
-16
lines changed

1 file changed

+0
-16
lines changed

Vagrantfile

-16
Original file line numberDiff line numberDiff line change
@@ -325,22 +325,6 @@ Vagrant.configure(2) do |config|
325325
b.vm.provision "run tests", :type => :shell, :privileged => false, :inline => run_tests("buster64", ".*none.*")
326326
end
327327

328-
config.vm.define "stretch64" do |b|
329-
b.vm.box = "debian/stretch64"
330-
b.vm.provider :virtualbox do |v|
331-
v.memory = 1024 + $wmem
332-
end
333-
b.vm.provision "fs init", :type => :shell, :inline => fs_init("vagrant")
334-
b.vm.provision "packages debianoid", :type => :shell, :inline => packages_debianoid("vagrant")
335-
b.vm.provision "install pyenv", :type => :shell, :privileged => false, :inline => install_pyenv("stretch64")
336-
b.vm.provision "install pythons", :type => :shell, :privileged => false, :inline => install_pythons("stretch64")
337-
b.vm.provision "build env", :type => :shell, :privileged => false, :inline => build_pyenv_venv("stretch64")
338-
b.vm.provision "install borg", :type => :shell, :privileged => false, :inline => install_borg("llfuse")
339-
b.vm.provision "install pyinstaller", :type => :shell, :privileged => false, :inline => install_pyinstaller()
340-
b.vm.provision "build binary with pyinstaller", :type => :shell, :privileged => false, :inline => build_binary_with_pyinstaller("stretch64")
341-
b.vm.provision "run tests", :type => :shell, :privileged => false, :inline => run_tests("stretch64", ".*(fuse3|none).*")
342-
end
343-
344328
config.vm.define "freebsd64" do |b|
345329
b.vm.box = "freebsd121-64"
346330
b.vm.provider :virtualbox do |v|

0 commit comments

Comments
 (0)