This is an automated email from the ASF dual-hosted git repository.
dongjoon pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/orc.git
The following commit(s) were added to refs/heads/main by this push:
new 1485d4e1a MINOR: Update the supported OS list in `building.md`
1485d4e1a is described below
commit 1485d4e1a914bad75e11b438e748b7100810653a
Author: Dongjoon Hyun <[email protected]>
AuthorDate: Tue Jun 17 18:51:24 2025 -0700
MINOR: Update the supported OS list in `building.md`
### What changes were proposed in this pull request?
This PR aims to update the supported OS list in `building.md`.
### Why are the changes needed?
To make it up-to-date.
### How was this patch tested?
Manual review since this is a doc change.
### Was this patch authored or co-authored using generative AI tooling?
No.
Closes #2283 from dongjoon-hyun/minor.
Authored-by: Dongjoon Hyun <[email protected]>
Signed-off-by: Dongjoon Hyun <[email protected]>
---
site/_docs/building.md | 6 ++++--
1 file changed, 4 insertions(+), 2 deletions(-)
diff --git a/site/_docs/building.md b/site/_docs/building.md
index 320d6c711..d10be485c 100644
--- a/site/_docs/building.md
+++ b/site/_docs/building.md
@@ -9,10 +9,11 @@ dockerUrl: https://github.com/apache/orc/blob/main/docker
The C++ library is supported on the following operating systems:
-* CentOS 7
-* Debian 10 to 12
* MacOS 13 to 15
+* Debian 11 to 12
* Ubuntu 22.04 to 24.04
+* Oracle Linux 8 to 9
+* Amazon Linux 2023
You'll want to install the usual set of developer tools, but at least:
@@ -31,6 +32,7 @@ is in the docker subdirectory, for the list of packages
required to build ORC:
* [Ubuntu 24]({{ page.dockerUrl }}/ubuntu24/Dockerfile)
* [Oracle Linux 8]({{ page.dockerUrl }}/oraclelinux8/Dockerfile)
* [Oracle Linux 9]({{ page.dockerUrl }}/oraclelinux9/Dockerfile)
+* [Amazon Linux 2023]({{ page.dockerUrl }}/amazonlinux23/Dockerfile)
To build a normal release: