You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@orc.apache.org by wi...@apache.org on 2022/07/29 04:50:01 UTC

[orc] branch branch-1.8 updated: ORC-1231: Update supported OS list in `building.md`

This is an automated email from the ASF dual-hosted git repository.

william pushed a commit to branch branch-1.8
in repository https://gitbox.apache.org/repos/asf/orc.git


The following commit(s) were added to refs/heads/branch-1.8 by this push:
     new aa6ffa7d7 ORC-1231: Update supported OS list in `building.md`
aa6ffa7d7 is described below

commit aa6ffa7d7212241e8e736c795da29de03b5c5409
Author: William Hyun <wi...@apache.org>
AuthorDate: Thu Jul 28 21:49:37 2022 -0700

    ORC-1231: Update supported OS list in `building.md`
    
    ### What changes were proposed in this pull request?
    This PR aims to update supported OS list in `building.md`.
    
    ### Why are the changes needed?
    Currently, the site is outdated regarding the supported OS list.
    
    ### How was this patch tested?
    Manually.
    
    Closes #1200 from williamhyun/oslist.
    
    Authored-by: William Hyun <wi...@apache.org>
    Signed-off-by: William Hyun <wi...@apache.org>
    (cherry picked from commit 02e48107b36b8ed868797dadcd7355a632519d48)
    Signed-off-by: William Hyun <wi...@apache.org>
---
 site/_docs/building.md | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/site/_docs/building.md b/site/_docs/building.md
index 76a3a18a4..88727602a 100644
--- a/site/_docs/building.md
+++ b/site/_docs/building.md
@@ -10,9 +10,9 @@ dockerUrl: https://github.com/apache/orc/blob/main/docker
 The C++ library is supported on the following operating systems:
 
 * CentOS 7
-* Debian 9 to 11
-* MacOS 11 to 12.1
-* Ubuntu 18.04 or 20.04
+* Debian 10 to 11
+* MacOS 11.6 and 12.5
+* Ubuntu 18.04 to 22.04
 
 You'll want to install the usual set of developer tools, but at least:
 
@@ -26,11 +26,11 @@ 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:
 
 * [CentOS 7]({{ page.dockerUrl }}/centos7/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)
+* [Ubuntu 22]({{ page.dockerUrl }}/ubuntu22/Dockerfile)
 
 To build a normal release: