Konstantin-Glukhov opened a new pull request, #1913: URL: https://github.com/apache/cloudberry/pull/1913
### What does this PR do? Introduce support for Rocky Linux 10 sandbox builds while improving the flexibility and safety of the sandbox orchestration script. Changes include: - Add a new `-o` option flag to `run.sh` to allow users to explicitly specify the target OS version. - Implement a validation guard preventing users from building older release versions on Rocky Linux 10 due to modern toolchain incompatibilities. - Move the `CODEBASE_VERSION` validation earlier in the execution path to catch errors before OS mapping occurs. - Add missing `libicu-devel` dependency to the Rocky Linux 9 Dockerfile to fix localized build issues. ### Type of Change - [X] New feature (non-breaking change) ### Test Plan - [x] Passed `./run.sh -c main -m -o rockylinux10` - [x] Passed `./run.sh -c main -m` - [x] Passed `./run.sh -c 2.1.0 -m` ### Impact **Dependencies:** Optional rockylinux10 ### Checklist - [x] Followed [contribution guide](https://cloudberry.apache.org/contribute/code) - [x] Added/updated documentation - [x] Requested review from [cloudberry committers](https://github.com/orgs/apache/teams/cloudberry-committers) -- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
