sophie-h commented on issue #10: URL: https://github.com/apache/buildstream-plugins/issues/10#issuecomment-1825953080
I looked into this and it seems to be a bit tricky. The problem is that `kind: cargo` can only have cargo plugin refs and not git refs. The cargo plugin has to introduce a ref format for git sources. That's not really complicated. That, however, means that for all functionality like download etc., the cargo plugin also has to implement the git functionality. It might be possible to do this by wrapping around the git plugin in these cases. But I'm not sure if that's the right way to do this. -- 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]
