Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 1 addition & 5 deletions .github/workflows/build_and_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,9 +79,6 @@ jobs:
cxx:
- clang++
include:
- os: ubuntu-22.04
java: 17
cxx: g++
- os: macos-15
java: 17
cxx: clang++
Expand Down Expand Up @@ -185,7 +182,7 @@ jobs:
max-parallel: 20
matrix:
os:
- ubuntu-22.04
- ubuntu-24.04
cxx:
- clang++
env:
Expand Down Expand Up @@ -298,7 +295,6 @@ jobs:
max-parallel: 20
matrix:
os:
- ubuntu-22.04
- ubuntu-24.04
- ubuntu-24.04-arm
- macos-15
Expand Down
4 changes: 2 additions & 2 deletions docker/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,15 @@

* Debian 12, and 13
* Fedora 37
* Ubuntu 22, 24 and 26
* Ubuntu 24 and 26
* Oracle Linux 9 and 10
* Amazon Linux 2023

## Pre-built Images

Apache ORC community provides a set of pre-built docker images and uses it during testing.

docker pull apache/orc-dev:ubuntu22
docker pull apache/orc-dev:ubuntu24

You can find all tags here.

Expand Down
1 change: 0 additions & 1 deletion docker/os-list.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
debian12
debian13
ubuntu22
ubuntu24
ubuntu26
oraclelinux9
Expand Down
60 changes: 0 additions & 60 deletions docker/ubuntu22/Dockerfile

This file was deleted.

3 changes: 1 addition & 2 deletions site/_docs/building.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ The C++ library is supported on the following operating systems:

* MacOS 15 to 26
* Debian 12 to 13
* Ubuntu 22.04 to 26.04
* Ubuntu 24.04 to 26.04
* Oracle Linux 9 to 10
* Amazon Linux 2023

Expand All @@ -28,7 +28,6 @@ is in the docker subdirectory, for the list of packages required to build ORC:

* [Debian 12]({{ page.dockerUrl }}/debian12/Dockerfile)
* [Debian 13]({{ page.dockerUrl }}/debian13/Dockerfile)
* [Ubuntu 22]({{ page.dockerUrl }}/ubuntu22/Dockerfile)
* [Ubuntu 24]({{ page.dockerUrl }}/ubuntu24/Dockerfile)
* [Ubuntu 26]({{ page.dockerUrl }}/ubuntu26/Dockerfile)
* [Oracle Linux 9]({{ page.dockerUrl }}/oraclelinux9/Dockerfile)
Expand Down
Loading