mirror of
https://github.com/borgbackup/borg.git
synced 2026-06-08 16:23:42 -04:00
linux binaries are built on Debian 8 "Jessie", fixes #3761
This commit is contained in:
parent
ab1f8bffc4
commit
0ceade3027
2 changed files with 3 additions and 2 deletions
|
|
@ -264,7 +264,8 @@ Other changes:
|
|||
improve macOS builds.
|
||||
- tests: test_delete_force: avoid sporadic test setup issues, #5196
|
||||
- misc. vagrant fixes
|
||||
- new vagrant box, the binary for macOS is built on 10.12 now
|
||||
- the binary for macOS is now built on macOS 10.12
|
||||
- the binaries for Linux are now built on Debian 8 "Jessie", #3761
|
||||
- docs:
|
||||
|
||||
- PlaceholderError not printed as JSON, #4073
|
||||
|
|
|
|||
|
|
@ -92,7 +92,7 @@ Standalone Binary
|
|||
|project_name| x86/x64 amd/intel compatible binaries (generated with `pyinstaller`_)
|
||||
are available on the releases_ page for the following platforms:
|
||||
|
||||
* **Linux**: glibc >= 2.13 (ok for most supported Linux releases).
|
||||
* **Linux**: glibc >= 2.19 (ok for most supported Linux releases).
|
||||
Older glibc releases are untested and may not work.
|
||||
* **Mac OS X**: 10.12 (unknown whether it works for older releases)
|
||||
* **FreeBSD**: 10.3 (unknown whether it works for older releases)
|
||||
|
|
|
|||
Loading…
Reference in a new issue