Skip to content

Commit e956467

Browse files
committed
ci: export LC_ALL
Explicitly opt out of locale dependence.
1 parent 8954cc0 commit e956467

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

ci/scripts/ci.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
#!/usr/bin/env bash
2+
export LC_ALL=C.UTF-8
3+
24
set -o errexit -o nounset -o pipefail -o xtrace
35

46
[ "${CI_CONFIG+x}" ] && source "$CI_CONFIG"

ci/scripts/run.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
#!/usr/bin/env bash
2+
export LC_ALL=C.UTF-8
3+
24
set -o errexit -o nounset -o pipefail -o xtrace
35

46
[ "${CI_CONFIG+x}" ] && source "$CI_CONFIG"

0 commit comments

Comments
 (0)