nicolaferraro commented on issue #8: Add go get dependecies before build
URL: https://github.com/apache/camel-k/pull/8#issuecomment-419927393
 
 
   Thank @dmvolod for joining :+1: 
   
   We're using `dep` as dependency management mechanism, that works differently 
from "go get" and actually the two used together lead to compilation errors 
when you have the same dep in the vendor dir and in the gopath. There's a issue 
in Jira for writing the "how to contribute" documentation, we definitely need 
to takle it.
   
   So `dep ensure` should be the only way to download required dependencies.
   I don't know if we want to add to the standard build because it's 
tremendously slow. I think we should have a full-build command and a standard 
one that just compiles the executables in Makefile. Wdyt?

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to