Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Sort jars by pre-topological sort to preserve leftmost-first guarantee
With topological order, there's no left-to-right order guarantee https://bazel.build/rules/lib/depset As a result, `test/shell/test_misc`'s `test_multi_service_manifest` fails because the order of `exepected_service_manifest.txt` reverses.
- Loading branch information