You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
tests: ignore consecutive duplicates in lib check.
In some instances (e.g. building the CMake configuration in debug mode
with the nightly rustc) the `--print native-static-libs` output of
`cargo build` can include many repeating instances of a lib.
While the order and duplicates are generally expected to be meaningful,
many consecutive duplicates are not.
This commit updates the `verify-static-libraries.py` script to collapse
consecutive duplicates before doing the check of expected vs actual.
0 commit comments