GH-33800: [Packaging] Drop support for Ubuntu 18.04#34020
Conversation
|
|
|
@github-actions crossbow submit -g nightly-tests -g nightly-packaging -g nightly-release |
This comment was marked as outdated.
This comment was marked as outdated.
|
@github-actions crossbow submit r-binary-packages |
This comment was marked as outdated.
This comment was marked as outdated.
|
@github-actions crossbow submit r-binary-packages |
This comment was marked as outdated.
This comment was marked as outdated.
|
@github-actions crossbow submit r-binary-packages |
This comment was marked as outdated.
This comment was marked as outdated.
|
Please don't merge the changes to r-binary-packages yet as I am fairly sure we need that version due to compiler versions etc. and can't replace it with 20.04. But can't check |
|
Do we need to support R 3.6? If we can drop support for them, we can replace |
Yes, but that shouldn't matter for the libarrow binaries we build.
The libarrow binaries we build are optional. As long as arrow compiles everywhere it should, it's ok if we don't provide binaries that work there, they're just an installation speedup.
#32292 and #33091 should let us switch to using binaries built on CentOS 7, IIUC, so this would be moot. We'll basically have two versions of libarrow binaries: one built against openssl 1 and the other against openssl 3. I would prefer to leave the r-binary-packages jobs unmodified here and remove the ubuntu-18.04 from it by addressing those other issues. |
|
@github-actions crossbow submit -g nightly-release -g nightly-tests -g nightly-packaging |
|
Revision: 1a36245 Submitted crossbow builds: ursacomputing/crossbow @ actions-e1300a7316 |
|
+1 I'll merge this next week if nobody objects it. |
dev/tasks/linux-packages/apache-arrow-apt-source/apt/debian-buster/Dockerfile
Show resolved
Hide resolved
|
Benchmark runs are scheduled for baseline = 9d0bce6 and contender = c9a09b0. c9a09b0 is a master commit associated with this PR. Results will be available as each benchmark for each run completes. |
|
@github-actions crossbow submit test-conda-python-3.10 |
|
Revision: 1a36245 Submitted crossbow builds: ursacomputing/crossbow @ actions-fc32d0b2dd
|
### Rationale for this change Ubuntu 18.04 will reach End of Standard Support on 2023-04: https://wiki.ubuntu.com/Releases > Version | Code name | Docs | Release | End of Standard Support | End of Life > -- | -- | -- | -- | -- | -- > Ubuntu 18.04.6 LTS | Bionic Beaver | Changes | September 17.2021 | April 2023 | April 2028 ### What changes are included in this PR? Remove Ubuntu 18.04 related things. ### Are these changes tested? Yes. ### Are there any user-facing changes? Yes. * Closes: apache#33800 Authored-by: Sutou Kouhei <kou@clear-code.com> Signed-off-by: Sutou Kouhei <kou@clear-code.com>
Rationale for this change
Ubuntu 18.04 will reach End of Standard Support on 2023-04: https://wiki.ubuntu.com/Releases
What changes are included in this PR?
Remove Ubuntu 18.04 related things.
Are these changes tested?
Yes.
Are there any user-facing changes?
Yes.