You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@orc.apache.org by do...@apache.org on 2021/12/29 08:22:31 UTC

[orc] branch main updated: ORC-1069: Update building.md (#982)

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 bac5985  ORC-1069: Update building.md (#982)
bac5985 is described below

commit bac5985df6d176697656e7fc1d3d466d5881980b
Author: William Hyun <wi...@apache.org>
AuthorDate: Wed Dec 29 00:22:09 2021 -0800

    ORC-1069: Update building.md (#982)
    
    ### What changes were proposed in this pull request?
    This PR aims to update `building.md`.
    
    ### Why are the changes needed?
    We support Debian 9 to 11 and Mac 11 to 12.1.
    
    
    ### How was this patch tested?
    N/A
---
 site/_docs/building.md | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/site/_docs/building.md b/site/_docs/building.md
index 4e8cb9f..a947ddd 100644
--- a/site/_docs/building.md
+++ b/site/_docs/building.md
@@ -10,8 +10,8 @@ dockerUrl: https://github.com/apache/orc/blob/main/docker
 The C++ library is supported on the following operating systems:
 
 * CentOS 7 or 8
-* Debian 8 or 9
-* MacOS 10.10 to 10.13
+* Debian 9 to 11
+* MacOS 11 to 12.1
 * Ubuntu 18.04 or 20.04
 
 You'll want to install the usual set of developer tools, but at least:
@@ -27,8 +27,9 @@ is in the docker subdirectory, for the list of packages required to build ORC:
 
 * [CentOS 7]({{ page.dockerUrl }}/centos7/Dockerfile)
 * [CentOS 8]({{ page.dockerUrl }}/centos8/Dockerfile)
-* [Debian 8]({{ page.dockerUrl }}/debian8/Dockerfile)
 * [Debian 9]({{ page.dockerUrl }}/debian9/Dockerfile)
+* [Debian 10]({{ page.dockerUrl }}/debian10/Dockerfile)
+* [Debian 11]({{ page.dockerUrl }}/debian11/Dockerfile)
 * [Ubuntu 18]({{ page.dockerUrl }}/ubuntu18/Dockerfile)
 * [Ubuntu 20]({{ page.dockerUrl }}/ubuntu20/Dockerfile)