From 90ea511bb7d2894e8d59de7dc57104cf293f7b75 Mon Sep 17 00:00:00 2001 From: Thomas Waldmann Date: Mon, 22 Apr 2024 14:41:02 +0200 Subject: [PATCH] vagrant: drop buster VM, fixes #8171 --- Vagrantfile | 16 ---------------- scripts/fetch-binaries | 1 - 2 files changed, 17 deletions(-) diff --git a/Vagrantfile b/Vagrantfile index 90dcfd7f4..3d6b4a262 100644 --- a/Vagrantfile +++ b/Vagrantfile @@ -329,22 +329,6 @@ Vagrant.configure(2) do |config| b.vm.provision "run tests", :type => :shell, :privileged => false, :inline => run_tests("bullseye64", ".*none.*") end - config.vm.define "buster64" do |b| - b.vm.box = "debian/buster64" - 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 debianoid", :type => :shell, :inline => packages_debianoid("vagrant") - b.vm.provision "install pyenv", :type => :shell, :privileged => false, :inline => install_pyenv("buster64") - b.vm.provision "install pythons", :type => :shell, :privileged => false, :inline => install_pythons("buster64") - b.vm.provision "build env", :type => :shell, :privileged => false, :inline => build_pyenv_venv("buster64") - b.vm.provision "install borg", :type => :shell, :privileged => false, :inline => install_borg("llfuse") - b.vm.provision "install pyinstaller", :type => :shell, :privileged => false, :inline => install_pyinstaller() - b.vm.provision "build binary with pyinstaller", :type => :shell, :privileged => false, :inline => build_binary_with_pyinstaller("buster64") - b.vm.provision "run tests", :type => :shell, :privileged => false, :inline => run_tests("buster64", ".*none.*") - end - config.vm.define "freebsd64" do |b| b.vm.box = "generic/freebsd14" b.vm.provider :virtualbox do |v| diff --git a/scripts/fetch-binaries b/scripts/fetch-binaries index a43448d14..942fc3608 100755 --- a/scripts/fetch-binaries +++ b/scripts/fetch-binaries @@ -12,7 +12,6 @@ check_and_copy () { echo "" } -check_and_copy buster64 borg-linux-glibc228 check_and_copy bullseye64 borg-linux-glibc231 check_and_copy bookworm64 borg-linux-glibc236