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
3 changes: 1 addition & 2 deletions .github/workflows/build_and_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,6 @@ jobs:
fail-fast: false
matrix:
os:
- debian11
- debian12
- debian13
- ubuntu24
Expand Down Expand Up @@ -308,4 +307,4 @@ jobs:
run: |
meson setup build -Dbuildtype=release
meson compile -C build
meson test -C build
meson test -C build
2 changes: 1 addition & 1 deletion docker/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

## Supported OSes

* Debian 11, 12, and 13
* Debian 12, and 13
* Fedora 37
* Ubuntu 22 and 24
* Oracle Linux 9
Expand Down
52 changes: 0 additions & 52 deletions docker/debian11/Dockerfile

This file was deleted.

1 change: 0 additions & 1 deletion docker/os-list.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
debian11
debian12
debian13
ubuntu22
Expand Down
3 changes: 1 addition & 2 deletions site/_docs/building.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ dockerUrl: https://github.com/apache/orc/blob/main/docker
The C++ library is supported on the following operating systems:

* MacOS 14 to 26
* Debian 11 to 13
* Debian 12 to 13
* Ubuntu 22.04 to 24.04
* Oracle Linux 8 to 9
* Amazon Linux 2023
Expand All @@ -26,7 +26,6 @@ You'll want to install the usual set of developer tools, but at least:
For each version of Linux, please check the corresponding Dockerfile, which
is in the docker subdirectory, for the list of packages required to build ORC:

* [Debian 11]({{ page.dockerUrl }}/debian11/Dockerfile)
* [Debian 12]({{ page.dockerUrl }}/debian12/Dockerfile)
* [Debian 13]({{ page.dockerUrl }}/debian13/Dockerfile)
* [Ubuntu 22]({{ page.dockerUrl }}/ubuntu22/Dockerfile)
Expand Down
Loading