tiagobento opened a new pull request, #3170: URL: https://github.com/apache/incubator-kie-tools/pull/3170
This PR is an attempt to build `drools`, `optaplanner`, `kogito-runtimes`, and `kogito-apps` on-demand, based on Git refs instead of published versions. Skipping most stuff that we can trust is being verified on these repositories' PR checks we're able to reduce our automation load and Apache's Jenkins usage. Even without this cache, developers would have to build it the one time (and it's automatic on `pnpm bootstrap` anyway), so it's just an extra 5-minute wait. There's one more thing I'd like to do and that is having our CI and PR checks here on `kie-tools` publish a pre-built version of this build, so that developing locally (and PR checks / CI builds too!) is even faster than downloading timestamped SNAPSHOTs from the `apache.snapshots` Maven repository. There's only one problem with this approach, and that is the JIT Executor native builds, which I think we should be dropping in favor of using a Dockerized version of Extended Services, as proposed by @thiagoelg here: [Zulip > #general > ✔ Issue with Sandbox Extended Services downloads](https://kie.zulipchat.com/#narrow/channel/232659-general/topic/.E2.9C.94.20Issue.20with.20Sandbox.20Extended.20Services.20downloads/with/509959779). -- 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]
