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 c060609  ORC-1069: Update building.md
c060609 is described below

commit c0606090af33ecba5c625f7c48c75e0c9ab3ada6
Author: Dongjoon Hyun <[email protected]>
AuthorDate: Wed Dec 29 14:05:58 2021 -0800

    ORC-1069: Update building.md
---
 docs/building.html | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/docs/building.html b/docs/building.html
index ef964b4..8f8bb77 100644
--- a/docs/building.html
+++ b/docs/building.html
@@ -827,8 +827,8 @@
 
 <ul>
   <li>CentOS 7 or 8</li>
-  <li>Debian 8 or 9</li>
-  <li>MacOS 10.10 to 10.13</li>
+  <li>Debian 9 to 11</li>
+  <li>MacOS 11 to 12.1</li>
   <li>Ubuntu 18.04 or 20.04</li>
 </ul>
 
@@ -848,8 +848,9 @@ is in the docker subdirectory, for the list of packages 
required to build ORC:</
 <ul>
   <li><a 
href="https://github.com/apache/orc/blob/main/docker/centos7/Dockerfile";>CentOS 
7</a></li>
   <li><a 
href="https://github.com/apache/orc/blob/main/docker/centos8/Dockerfile";>CentOS 
8</a></li>
-  <li><a 
href="https://github.com/apache/orc/blob/main/docker/debian8/Dockerfile";>Debian 
8</a></li>
   <li><a 
href="https://github.com/apache/orc/blob/main/docker/debian9/Dockerfile";>Debian 
9</a></li>
+  <li><a 
href="https://github.com/apache/orc/blob/main/docker/debian10/Dockerfile";>Debian
 10</a></li>
+  <li><a 
href="https://github.com/apache/orc/blob/main/docker/debian11/Dockerfile";>Debian
 11</a></li>
   <li><a 
href="https://github.com/apache/orc/blob/main/docker/ubuntu18/Dockerfile";>Ubuntu
 18</a></li>
   <li><a 
href="https://github.com/apache/orc/blob/main/docker/ubuntu20/Dockerfile";>Ubuntu
 20</a></li>
 </ul>

Reply via email to