fantonangeli opened a new issue, #2988:
URL: https://github.com/apache/incubator-kie-tools/issues/2988
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.
```
--
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]