-
Notifications
You must be signed in to change notification settings - Fork 281
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
1 parent
c7add52
commit ae85cde
Showing
2 changed files
with
2 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters