This is an automated email from the ASF dual-hosted git repository.
dongjoon pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/orc.git
The following commit(s) were added to refs/heads/asf-site by this push:
new 29b34c701 MINOR: Update the supported OS list in `building.md`
29b34c701 is described below
commit 29b34c701f3c87752c2e623dfc957c24a4f6462e
Author: Dongjoon Hyun <[email protected]>
AuthorDate: Tue Jun 17 19:47:41 2025 -0700
MINOR: Update the supported OS list in `building.md`
---
docs/building.html | 8 +++++---
1 file changed, 5 insertions(+), 3 deletions(-)
diff --git a/docs/building.html b/docs/building.html
index d7f942cf8..ca2d6c4a6 100644
--- a/docs/building.html
+++ b/docs/building.html
@@ -1018,10 +1018,11 @@
<p>The C++ library is supported on the following operating systems:</p>
<ul>
- <li>CentOS 7</li>
- <li>Debian 10 to 12</li>
<li>MacOS 13 to 15</li>
+ <li>Debian 11 to 12</li>
<li>Ubuntu 22.04 to 24.04</li>
+ <li>Oracle Linux 8 to 9</li>
+ <li>Amazon Linux 2023</li>
</ul>
<p>You’ll want to install the usual set of developer tools, but at least:</p>
@@ -1042,8 +1043,9 @@ is in the docker subdirectory, for the list of packages
required to build ORC:</
<li><a
href="https://github.com/apache/orc/blob/main/docker/debian12/Dockerfile">Debian
12</a></li>
<li><a
href="https://github.com/apache/orc/blob/main/docker/ubuntu22/Dockerfile">Ubuntu
22</a></li>
<li><a
href="https://github.com/apache/orc/blob/main/docker/ubuntu24/Dockerfile">Ubuntu
24</a></li>
- <li><a
href="https://github.com/apache/orc/blob/main/docker/fedora37/Dockerfile">Fedora
37</a></li>
+ <li><a
href="https://github.com/apache/orc/blob/main/docker/oraclelinux8/Dockerfile">Oracle
Linux 8</a></li>
<li><a
href="https://github.com/apache/orc/blob/main/docker/oraclelinux9/Dockerfile">Oracle
Linux 9</a></li>
+ <li><a
href="https://github.com/apache/orc/blob/main/docker/amazonlinux23/Dockerfile">Amazon
Linux 2023</a></li>
</ul>
<p>To build a normal release:</p>