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

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


The following commit(s) were added to refs/heads/branch-1.7 by this push:
     new aedb2ce00 ORC-1561: Remove Java11 and clang variants from 
`docker/os-list.txt` in `branch-1.7`
aedb2ce00 is described below

commit aedb2ce0084fbaf97bee09a982c34aa6686eb583
Author: Dongjoon Hyun <[email protected]>
AuthorDate: Sun Dec 24 03:27:14 2023 -0800

    ORC-1561: Remove Java11 and clang variants from `docker/os-list.txt` in 
`branch-1.7`
    
    ### 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.7`.
    
    ### Why are the changes needed?
    
    After the following PR, `GitHub Action CI` runs all supported OSes and 
variants (Java 11/clang) at every commit.
    - #1700
    
    ### How was this patch tested?
    
    Manual review because this is a removal.
    
    Closes #1704 from dongjoon-hyun/ORC-1561.
    
    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 ffd7a3b29..ea1c2e201 100644
--- a/docker/os-list.txt
+++ b/docker/os-list.txt
@@ -4,6 +4,3 @@ debian11
 ubuntu18
 ubuntu20
 ubuntu22
-debian10_jdk=11
-ubuntu20_jdk=11
-ubuntu20_jdk=11_cc=clang

Reply via email to