Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Ensure reproducible output from generate task (google#119)
The descriptors file generated by protoc depends on the order of the source files passed to it. This change makes sure that the input files passed to it are always in a consistent order, to ensure generated descriptors have a canonical representation to avoid triggering unnecessary rebuilds downstream.
- Loading branch information