apache / orc

Apache ORC - the smallest, fastest columnar storage for Hadoop workloads
https://orc.apache.org/
Apache License 2.0
689 stars 483 forks source link

ORC-1558: Remove `ubuntu22_jdk=21` and `ubuntu22_jdk=21_cc=clang` test combinations from `docker/os-list.txt` #1701

Closed dongjoon-hyun closed 10 months ago

dongjoon-hyun commented 10 months ago

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.

How was this patch tested?

Manual review because this is a removal.