GH-50200: [Packaging][Debian] Drop support for bookworm#50201
Conversation
|
|
raulcd
left a comment
There was a problem hiding this comment.
Can we remove it from here:
arrow/dev/release/verify-release-candidate.sh
Line 217 in 1a428c9
and here:
arrow/dev/release/verify-release-candidate.sh
Line 238 in 1a428c9
We might want to upgrade the image we use to upload binaries, not strictly related but a follow up maybe?
arrow/dev/release/binary/Dockerfile
Line 18 in 1a428c9
It reached EOL on 2026-06-10.
22682e4 to
203ef34
Compare
|
Good catch! |
|
After merging your PR, Conbench analyzed the 4 benchmarking runs that have been run so far on merge-commit f0d3f17. There was 1 benchmark result indicating a performance regression:
The full Conbench report has more details. It also includes information about 31 possible false positives for unstable benchmarks that are known to sometimes produce them. |
Apache Arrow dropped Debian bookworm in apache/arrow#50201 because it reached end-of-life on 2026-06-10 [1], which breaks our Packaging workflow on the `Linux debian-bookworm` job. Follow upstream and drop bookworm: remove it from the matrix and the apt targets, delete its build image, and point the release-candidate verification and install docs at trixie. [1]: https://wiki.debian.org/DebianReleases Closes #4419.
Rationale for this change
It reached EOL on 2026-06-10.
What changes are included in this PR?
Remove Debian GNU/Linux bookwrom related code.
Are these changes tested?
Yes.
Are there any user-facing changes?
Yes.