fantonangeli opened a new pull request, #2989:
URL: https://github.com/apache/incubator-kie-tools/pull/2989

   Closes https://github.com/apache/incubator-kie-tools/issues/2988
   
   **Description:**
   On a downstream repository, we have the error below on Windows CI only 
because the generated pnpm filter exceeded the limit. This issue could 
potentially happen on upstream.
   
   ```
    [build-partitioning] 'Partial' build of 
'./.github/supporting-files/ci/partitions/partition1.txt': Optimal build check 
((✅))
   The command line is too long.
   271 |   if (leafPackageNames.size === 0) {
   272 |     return new Set<string>();
   273 |   }
   274 |   const packagesFilter = [...leafPackageNames].map((pkgName) => `-F 
${pkgName}...`).join(" ");
   275 |   return new Set(
   276 |     stdoutArray(execSync(`bash -c "pnpm ${packagesFilter} exec bash -c 
pwd"`).toString()) //
                         ^
   error: The command line is too long.
   ```
   
   Full logs: 
https://github.com/kubesmarts/kie-tools/actions/runs/13756276822/job/38464143033
   


-- 
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]

Reply via email to