This is an automated email from the ASF dual-hosted git repository.
dongjoon pushed a commit to branch branch-1.9
in repository https://gitbox.apache.org/repos/asf/orc.git
The following commit(s) were added to refs/heads/branch-1.9 by this push:
new 6baecb17f ORC-1559: Remove Java11 and clang variants from
`docker/os-list.txt`
6baecb17f is described below
commit 6baecb17fa7b8c5484ee90ca1580661a8d1c3551
Author: Dongjoon Hyun <[email protected]>
AuthorDate: Sun Dec 24 01:37:54 2023 -0800
ORC-1559: Remove Java11 and clang variants from `docker/os-list.txt`
### What changes were proposed in this pull request?
This PR aims to remove Java11 and clang variants from `docker/os-list.txt`
in `branch-1.9`.
### Why are the changes needed?
After the following PR, `GitHub Action CI` runs all supported OSes and
variants (Java 11/clang) at every commit.
- #1696
### How was this patch tested?
Manual review because this is a removal.
Closes #1702 from dongjoon-hyun/ORC-1559.
Authored-by: Dongjoon Hyun <[email protected]>
Signed-off-by: Dongjoon Hyun <[email protected]>
---
docker/os-list.txt | 3 ---
1 file changed, 3 deletions(-)
diff --git a/docker/os-list.txt b/docker/os-list.txt
index 25a1bd90c..4635eaa66 100644
--- a/docker/os-list.txt
+++ b/docker/os-list.txt
@@ -5,7 +5,4 @@ debian12
ubuntu20
ubuntu22
fedora37
-debian11_jdk=11
-ubuntu22_jdk=11
-ubuntu22_jdk=11_cc=clang
rocky9