Skip to content

Commit a88c0d3

Browse files
committed
Ensure that calls to sort do not depend on locale
Fixes: rust-lang#3934 (comment)
1 parent e4c7acc commit a88c0d3

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

ci/style.sh

+3
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,9 @@ else
1818
exit 1
1919
fi
2020

21+
# Ensure that `sort` output is not locale-dependent
22+
export LC_ALL=C
23+
2124
for file in libc-test/semver/*.txt; do
2225
case "$file" in
2326
*TODO*) continue ;;

0 commit comments

Comments
 (0)