dongjoon-hyun opened a new pull request, #2506: URL: https://github.com/apache/orc/pull/2506
### What changes were proposed in this pull request? This PR aims to add `oraclelinux10` to docker tests and GitHub Action. ### Why are the changes needed? To have a test coverage for `Oracle Linux 10`. ### How was this patch tested? Pass the CIs with the newly added test job. ``` $ docker run -it --rm apache/orc-dev:oraclelinux10 cat /etc/os-release NAME="Oracle Linux Server" VERSION="10.1" ID="ol" ID_LIKE="fedora" VARIANT="Server" VARIANT_ID="server" VERSION_ID="10.1" PLATFORM_ID="platform:el10" PRETTY_NAME="Oracle Linux Server 10.1" ANSI_COLOR="0;31" CPE_NAME="cpe:/o:oracle:linux:10:1:server" HOME_URL="https://linux.oracle.com/" BUG_REPORT_URL="https://github.com/oracle/oracle-linux" ORACLE_BUGZILLA_PRODUCT="Oracle Linux 10" ORACLE_BUGZILLA_PRODUCT_VERSION=10.1 ORACLE_SUPPORT_PRODUCT="Oracle Linux" ORACLE_SUPPORT_PRODUCT_VERSION=10.1 ``` ``` $ docker run -it --rm apache/orc-dev:oraclelinux10 cmake --version cmake version 3.30.5 CMake suite maintained and supported by Kitware (kitware.com/cmake). ``` ``` $ docker run -it --rm apache/orc-dev:oraclelinux10 g++ --version g++ (GCC) 14.3.1 20250617 (Red Hat 14.3.1-2) Copyright (C) 2024 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. ``` ``` $ docker run -it --rm apache/orc-dev:oraclelinux10 java --version openjdk 21.0.10 2026-01-20 LTS OpenJDK Runtime Environment (Red_Hat-21.0.10.0.7-1.0.1) (build 21.0.10+7-LTS) OpenJDK 64-Bit Server VM (Red_Hat-21.0.10.0.7-1.0.1) (build 21.0.10+7-LTS, mixed mode, sharing) ``` ### Was this patch authored or co-authored using generative AI tooling? No. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
