Skip to content

Commit 3a71be5

Browse files
Merge pull request #28 from SkyLabsAI/paolo/consistent-sort
dune.inc: pick consistent sort ordering and locale
2 parents dea433e + 136e804 commit 3a71be5

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

rocq-brick-libstdcpp/proof/dune-gen.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ echo "; DO NOT EDIT: Generated by \"$0${1+ $*}\""
2828

2929
# Blacklist some files for arch_indep
3030
find . -name '*.[ch]pp' |
31-
sort |
31+
LC_ALL=C sort |
3232
while read i; do
3333
./cpp2v-dune-gen.sh -s -- $i -- -std=c++20 -stdlib=libstdc++
3434
done

rocq-brick-libstdcpp/test/dune-gen.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ echo "; DO NOT EDIT: Generated by \"$0${1+ $*}\""
2828

2929
# Blacklist some files for arch_indep
3030
find . -name '*.[ch]pp' |
31-
sort |
31+
LC_ALL=C sort |
3232
while read i; do
3333
./cpp2v-dune-gen.sh -s -- $i -- -std=c++20 -stdlib=libstdc++
3434
done

0 commit comments

Comments
 (0)