The GitHub Actions job "CMake" on subversion.git/utf8-cmdline-prototype has failed. Run started by GitHub user asfgit (triggered by asfgit).
Head commit for run: e35c2b18c1a126648d24af66feaf7788b0de6288 / Timofei Zhakov <rin...@apache.org> On the 'utf8-cmdline-prototype' branch: Recover usage of a constant for allocating arrays in argument conversion functions, since it could potentially be considered as an unrelated change. Note: it's much better to use either known length (if available), or allocating an array for a single element (with length of '1'), but not '5' as it is right now. This should all be done in trunk. * subversion/libsvn_client/cmdline.c (DEFAULT_ARRAY_SIZE): Recover constant. (svn_client__process_target_array): Use the constant to allocating input_targets, output_targets, reserved_names arrays. git-svn-id: https://svn.apache.org/repos/asf/subversion/branches/utf8-cmdline-prototype@1926778 13f79535-47bb-0310-9956-ffa450edef68 Report URL: https://github.com/apache/subversion/actions/runs/15936170111 With regards, GitHub Actions via GitBox