Skip to content

Commit 266f1b2

Browse files
committed
fix wrong locale selection on darwin
1 parent 23e4f4e commit 266f1b2

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

ci_common/mixins.libsonnet

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,9 @@ local const = import 'constants.libsonnet';
3838
"pip:pylint": "==1.1.0",
3939
"llvm": "==4.0.1",
4040
},
41+
environment: {
42+
"LC_CTYPE": "en_US.UTF-8", // make sure we have the correct locale
43+
},
4144
},
4245
darwin:: darwin,
4346

0 commit comments

Comments
 (0)