This is an automated email from the ASF dual-hosted git repository.
dongjoon 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 8aa00ea1f ORC-1560: Remove Java11 and clang variants from
`docker/os-list.txt` in `branch-1.8`
8aa00ea1f is described below
commit 8aa00ea1fc8cd9269d2bbe57e54035c8647ff952
Author: Dongjoon Hyun <[email protected]>
AuthorDate: Sun Dec 24 03:18:28 2023 -0800
ORC-1560: Remove Java11 and clang variants from `docker/os-list.txt` in
`branch-1.8`
### 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.8`.
### Why are the changes needed?
After the following PR, `GitHub Action CI` runs all supported OSes and
variants (Java 11/clang) at every commit.
- #1699
### How was this patch tested?
Manual review because this is a removal.
Closes #1703 from dongjoon-hyun/ORC-1560.
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 0b3a3a47e..43b5e82af 100644
--- a/docker/os-list.txt
+++ b/docker/os-list.txt
@@ -5,6 +5,3 @@ ubuntu18
ubuntu20
ubuntu22
fedora37
-debian10_jdk=11
-ubuntu20_jdk=11
-ubuntu20_jdk=11_cc=clang