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