tisonkun commented on PR #21: URL: https://github.com/apache/datasketches-rust/pull/21#issuecomment-3656368304
> I wonder if we could move the generation part in a docker, the docker file could be shared (or even copied between repo, it would rarely have to be modified) ? > > The docker could be used in CI, and when needed, locally too > > This would encapsulate the convention, and I think I'd rather copy once a docker - than having to sync a folder of synopsis, or go down the road of submodules. This sounds great! We'll have a Docker image to generate all the snapshots supported by that language (e.g., Go). When developing _this_ language (e.g., Rust), we run a container of that image, mount the snapshot dir to the container, and the container's logic generates all its snapshots to that dir. We can exclude the snapshots from VCS, as well. -- 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]
