File tree Expand file tree Collapse file tree 3 files changed +4
-6
lines changed Expand file tree Collapse file tree 3 files changed +4
-6
lines changed Original file line number Diff line number Diff line change @@ -24,3 +24,7 @@ PATH_add "./.env/bin"
24
24
25
25
# allow local .envrc overrides
26
26
[[ -f .envrc.local ]] && source_env .envrc.local
27
+
28
+ # Locale
29
+ export LC_ALL=en_US.UTF-8
30
+ export LANG=en_US.UTF-8
Original file line number Diff line number Diff line change 1
1
SHELL := /usr/bin/env bash
2
- LANG := en_US.UTF-8
3
2
DOCKER_USER ?= quay.io/wire
4
3
# kubernetes namespace for running integration tests
5
4
NAMESPACE ?= test-$(USER )
Original file line number Diff line number Diff line change @@ -67,11 +67,6 @@ if [ -t 1 ]; then
67
67
: ${ORMOLU_CONDENSE_OUTPUT:= 1}
68
68
fi
69
69
70
- # https://github.com/tweag/ormolu/issues/38
71
- # https://gitlab.haskell.org/ghc/ghc/-/issues/17755
72
- export LANG=C.UTF-8
73
- export LC_ALL=C.UTF-8
74
-
75
70
for hsfile in $( git ls-files | grep ' \.hsc\?$' ) ; do
76
71
FAILED=0
77
72
You can’t perform that action at this time.
0 commit comments