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 51c86e73e ORC-1498: Add `Debian 12` Docker test
51c86e73e is described below
commit 51c86e73e5750377d2c866e761cd204c3f63c10b
Author: Dongjoon Hyun <[email protected]>
AuthorDate: Wed Aug 30 09:28:45 2023 -0700
ORC-1498: Add `Debian 12` Docker test
---
docs/building.html | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/docs/building.html b/docs/building.html
index b83d1495b..9f1673fb6 100644
--- a/docs/building.html
+++ b/docs/building.html
@@ -922,7 +922,7 @@
<ul>
<li>CentOS 7</li>
- <li>Debian 10 to 11</li>
+ <li>Debian 10 to 12</li>
<li>MacOS 11.6 and 12.5</li>
<li>Ubuntu 20.04 to 22.04</li>
</ul>
@@ -944,6 +944,7 @@ 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/centos7/Dockerfile">CentOS
7</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/debian12/Dockerfile">Debian
12</a></li>
<li><a
href="https://github.com/apache/orc/blob/main/docker/ubuntu20/Dockerfile">Ubuntu
20</a></li>
<li><a
href="https://github.com/apache/orc/blob/main/docker/ubuntu22/Dockerfile">Ubuntu
22</a></li>
</ul>