Skip to content

Commit

Permalink
Merge pull request rust-lang#4026 from tgross35/no-locale-sort
Browse files Browse the repository at this point in the history
Ensure that calls to `sort` do not depend on locale
  • Loading branch information
tgross35 authored Nov 12, 2024
2 parents d9b2927 + a88c0d3 commit db36457
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions ci/style.sh
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,9 @@ else
exit 1
fi

# Ensure that `sort` output is not locale-dependent
export LC_ALL=C

for file in libc-test/semver/*.txt; do
case "$file" in
*TODO*) continue ;;
Expand Down

0 comments on commit db36457

Please sign in to comment.