Skip to content

Commit 71db823

Browse files
Merge pull request #9064 from ThomasWaldmann/drop-buster-vm-1.4
vagrant: drop debian buster VM / borg-linux-glibc228
2 parents b2d92d3 + 32754d0 commit 71db823

File tree

3 files changed

+0
-18
lines changed

3 files changed

+0
-18
lines changed

Vagrantfile

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -348,22 +348,6 @@ Vagrant.configure(2) do |config|
348348
b.vm.provision "run tests", :type => :shell, :privileged => false, :inline => run_tests("bullseye", ".*none.*")
349349
end
350350

351-
config.vm.define "buster" do |b|
352-
b.vm.box = "debian/buster64"
353-
b.vm.provider :virtualbox do |v|
354-
v.memory = 1024 + $wmem
355-
end
356-
b.vm.provision "fs init", :type => :shell, :inline => fs_init("vagrant")
357-
b.vm.provision "packages debianoid", :type => :shell, :inline => packages_debianoid("vagrant")
358-
b.vm.provision "install pyenv", :type => :shell, :privileged => false, :inline => install_pyenv("buster")
359-
b.vm.provision "install pythons", :type => :shell, :privileged => false, :inline => install_pythons("buster")
360-
b.vm.provision "build env", :type => :shell, :privileged => false, :inline => build_pyenv_venv("buster")
361-
b.vm.provision "install borg", :type => :shell, :privileged => false, :inline => install_borg("llfuse")
362-
b.vm.provision "install pyinstaller", :type => :shell, :privileged => false, :inline => install_pyinstaller()
363-
b.vm.provision "build binary with pyinstaller", :type => :shell, :privileged => false, :inline => build_binary_with_pyinstaller("buster")
364-
b.vm.provision "run tests", :type => :shell, :privileged => false, :inline => run_tests("buster", ".*none.*")
365-
end
366-
367351
config.vm.define "freebsd13" do |b|
368352
b.vm.box = "generic/freebsd13"
369353
b.vm.provider :virtualbox do |v|

docs/binaries/00_README.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@ AMD64/x86_64 architecture
1414
borg-linux-glibc241 Linux (built on Debian 13 "Trixie" with glibc 2.41)
1515
borg-linux-glibc236 Linux (built on Debian 12 "Bookworm" with glibc 2.36)
1616
borg-linux-glibc231 Linux (built on Debian 11 "Bullseye" with glibc 2.31)
17-
borg-linux-glibc228 Linux (built on Debian 10 "Buster" with glibc 2.28)
1817
Note: You can also try them on other Linux distributions with different glibc
1918
versions - as long as glibc is compatible, they will work.
2019
If it doesn't work, try a Borg 1.2.x binary.

scripts/fetch-binaries

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@ check_and_copy () {
1212
echo ""
1313
}
1414

15-
check_and_copy buster borg-linux-glibc228
1615
check_and_copy bullseye borg-linux-glibc231
1716
check_and_copy bookworm borg-linux-glibc236
1817
check_and_copy trixie borg-linux-glibc241

0 commit comments

Comments
 (0)