dimas-b commented on PR #268: URL: https://github.com/apache/polaris/pull/268#issuecomment-2349874567
> I really prefer to have deterministic builds. In CI (GH actions) the difference is between building java code on the worker node vs. inside docker, running on the worker node. Do you mean that GH actions are not deterministic enough for java builds? > The primary benefit to using docker for builds is to guarantee that the build works the same across all developers' machines. This strictly bypasses that benefit. When developers run `gradle` it is already grounded in local env. Do developers rely on the docker image (as opposed to `gradle` artifacts) in daily tasks? -- 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]
