tiagobento commented on PR #2293: URL: https://github.com/apache/incubator-kie-tools/pull/2293#issuecomment-2115995770
@treblereel I saw you made #2339, which is a great test. I went looking into the changes of this PR and indeed there was no indication that the changes were related with the failure. Because you changed `kn-plugin-workflow`, all dependencies are built with `build:dev` (ignoring tests, linters etc). However, the `kogito-serverless-operator` package is configured with a command for Windows that doesn't seem to work. If you look at the `build:prod` command, the build is skipped. Please change `build:dev:win32` to `"build:dev:win32": "echo 'Build not supported on Windows'",`, so the `kogito-serverless-operator` package is also not built on Windows in development mode. Sorry for the inconvenience! And great idea of sending this separate PR. -- 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]
