Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Debian: Bump minimum required version to Bullseye (11), add Bookworm (12) #438

Merged
merged 4 commits into from
Aug 11, 2023

Conversation

lfittl
Copy link
Member

@lfittl lfittl commented Jul 28, 2023

This also stops building packages for Buster (10), which has reached EOL.

Fixes #437


Separately this also drops Ubuntu 16.04 and 18.04 which are both EOL as well, and the Bullseye glibc is too new for them to be supported.

…(12)

This also stops building packages for Buster (10), which has reached EOL.

Fixes #437
@lfittl lfittl requested a review from a team July 28, 2023 02:27
Both of these versions are now EOL, and the glibc we are building with
(2.31 from Debian Bullseye) is newer than the glibc versions of those
two Ubuntu releases.

In passing also remove debian/jessie, which was left in by accident.
Copy link
Contributor

@keiko713 keiko713 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good 👍 The test was failing somehow so I re-run and it went well.

@lfittl lfittl force-pushed the packages-require-debian-bullseye-add-bookworm branch 7 times, most recently from 1c39f82 to 7d0de8d Compare August 10, 2023 23:03
Github Actions recently updated their Docker version from 20.10.25
to 23.0.6 which seems to cause binary format issues on the ubuntu:jammy
and debian images when emulating arm64 on x86 via binfmt-support.
Since this is hard to debug, and other distributions work fine, skip it
for now.
@lfittl lfittl force-pushed the packages-require-debian-bullseye-add-bookworm branch from a2fe6a8 to 8d179a3 Compare August 11, 2023 00:45
@lfittl lfittl merged commit 57b20b6 into main Aug 11, 2023
4 checks passed
@lfittl lfittl deleted the packages-require-debian-bullseye-add-bookworm branch August 11, 2023 03:09
msakrejda added a commit to pganalyze/pganalyze-docs that referenced this pull request Sep 13, 2023
In pganalyze/collector#438 we updated host OS
requirements for the collector, but we did not update our guided setup
requirements in our instructions.

Update the docs to reflect the new requirements.
msakrejda added a commit to pganalyze/pganalyze-docs that referenced this pull request Sep 13, 2023
In pganalyze/collector#438 we updated host OS
requirements for the collector, but we did not update our guided setup
requirements in our instructions.

Update the docs to reflect the new requirements.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Debian build uses EOL version
2 participants