google-apis-rs / google-cloud-rs

Asynchronous Rust bindings for Google Cloud Platform APIs.
176 stars 48 forks source link

Consider vendoring the `googleapis/googleapis` submodule #26

Closed Hirevo closed 3 years ago

Hirevo commented 4 years ago

As mentioned in #24 and #25, cloning and fetching the google-cloud-rs repository for scratch is currently very slow, mostly due to the clone of the googleapis/googleapis repository, that we use as a submodule.

To address this issue, we could consider vendoring the protobuf files from googleapis/googleapis while appropriately crediting them and including their license notice.

Hirevo commented 3 years ago

This issue has already been addressed by #27, I am therefore closing it.