From 1861192656905979f3b0b52db3f615c7677ba2c7 Mon Sep 17 00:00:00 2001 From: Thomas Waldmann Date: Wed, 16 Jun 2021 17:05:49 +0200 Subject: [PATCH] vagrant: remove archlinux box, broken --- Vagrantfile | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/Vagrantfile b/Vagrantfile index cea496701..b1c567f1f 100644 --- a/Vagrantfile +++ b/Vagrantfile @@ -314,18 +314,6 @@ Vagrant.configure(2) do |config| b.vm.provision "run tests", :type => :shell, :privileged => false, :inline => run_tests("stretch64", ".*(fuse3|none).*") end - config.vm.define "arch64" do |b| - b.vm.box = "terrywang/archlinux" - b.vm.provider :virtualbox do |v| - v.memory = 1024 + $wmem - end - b.vm.provision "fs init", :type => :shell, :inline => fs_init("vagrant") - b.vm.provision "packages arch", :type => :shell, :privileged => true, :inline => packages_arch - b.vm.provision "build env", :type => :shell, :privileged => false, :inline => build_sys_venv("arch64") - b.vm.provision "install borg", :type => :shell, :privileged => false, :inline => install_borg("llfuse") - b.vm.provision "run tests", :type => :shell, :privileged => false, :inline => run_tests("arch64", ".*none.*") - end - config.vm.define "freebsd64" do |b| b.vm.box = "freebsd121-64" b.vm.provider :virtualbox do |v|