squakez commented on code in PR #4021:
URL: https://github.com/apache/camel-k/pull/4021#discussion_r1093348398
##########
pkg/builder/types.go:
##########
@@ -80,6 +80,7 @@ type builderContext struct {
Build v1.BuilderTask
BaseImage string
Namespace string
+ Integration string
Review Comment:
You need to have the sources, but I am not sure where it does make sense to
have them. The Build should probably know the entire project as a whole
(including the sources, if required). That means that probably we need to split
the generation of the project from the pure building in 2 separate concerns.
Following this idea, once the project was generated (with source if it is a
native build), the Build would takeover and proceed (natively or not). In any
case, @astefanutti can give you some more detail as he had run some experiment
when Joor dependency was not yet supported in native. Hopefully he can give
some more concrete advice.
--
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]