Skip to content

Commit

Permalink
[.builds/ovm-tarball] Try setting UTF-8
Browse files Browse the repository at this point in the history
Also dump locale.

Doesn't seem to work :-(
  • Loading branch information
Andy Chu committed Nov 22, 2020
1 parent 724a85d commit 94f9688
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .builds/ovm-tarball.yml
Expand Up @@ -19,6 +19,13 @@ packages:
# test/spec-runner.sh needs this
- gawk

environment:
# matches native/libc.c
# not sure if/why we need 3 vars
LANG: C.UTF-8
LANGUAGE: C.UTF-8
LC_ALL: C.UTF-8

secrets:
- 2678474d-b22b-449f-a19a-16cb403c94cd

Expand Down
1 change: 1 addition & 0 deletions services/toil-worker.sh
Expand Up @@ -148,6 +148,7 @@ ovm-tarball-tasks() {

# (task_name, script, action, result_html)
cat <<EOF
dump-locale services/toil-worker.sh dump-locale -
tarball-deps devtools/release.sh tarball-build-deps -
spec-deps test/spec-bin.sh all-steps -
dev-all build/dev.sh all -
Expand Down

0 comments on commit 94f9688

Please sign in to comment.