mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
Revert "Bump the glibc version needed on linux"
This reverts commit 582122cc935808ed77571f8894ef4139adda6a7f. Since we are going back to Qt 6.5 we dont need to build with newer gcc
This commit is contained in:
parent
b9ca068246
commit
d447544e63
@ -1,4 +1,4 @@
|
||||
image 'https://cloud-images.ubuntu.com/releases/jammy/release/ubuntu-22.04-server-cloudimg-{}.img'
|
||||
image 'https://cloud-images.ubuntu.com/releases/focal/release/ubuntu-20.04-server-cloudimg-{}.img'
|
||||
|
||||
# Build time deps for Qt. See https://doc.qt.io/qt-6/linux-requirements.html and
|
||||
# https://doc.qt.io/qt-6/qtwebengine-platform-notes.html
|
||||
|
@ -805,8 +805,7 @@ def main(install_dir=None, isolated=False, bin_dir=None, share_dir=None, ignore_
|
||||
' available for 64-bit systems. You will have to compile from'
|
||||
' source.')
|
||||
glibc_versions = {
|
||||
(6, 0, 0) : {'min_required': (2, 31), 'release_date': '2020-02-01'},
|
||||
(7, 2, 0) : {'min_required': (2, 34), 'release_date': '2022-02-03'},
|
||||
(6, 0, 0) : {'min_required': (2, 31), 'release_date': '2020-02-01'}
|
||||
}
|
||||
if is_linux_arm64:
|
||||
glibc_versions.update({
|
||||
|
@ -854,8 +854,7 @@ def main(install_dir=None, isolated=False, bin_dir=None, share_dir=None, ignore_
|
||||
' available for 64-bit systems. You will have to compile from'
|
||||
' source.')
|
||||
glibc_versions = {
|
||||
(6, 0, 0) : {'min_required': (2, 31), 'release_date': '2020-02-01'},
|
||||
(7, 2, 0) : {'min_required': (2, 34), 'release_date': '2022-02-03'},
|
||||
(6, 0, 0) : {'min_required': (2, 31), 'release_date': '2020-02-01'}
|
||||
}
|
||||
if is_linux_arm64:
|
||||
glibc_versions.update({
|
||||
|
Loading…
x
Reference in New Issue
Block a user