diff options
| author | Andres Erbsen | 2019-03-16 16:40:10 -0400 |
|---|---|---|
| committer | Andres Erbsen | 2019-03-17 10:39:51 -0400 |
| commit | 1eb8b9dc3ff0e464c9cd6c7f12a1c9db4fa57423 (patch) | |
| tree | ba59f9541849416ba9bc79931583dda9813aef51 /dev | |
| parent | 3b57b6c205f0ed1fac51fedf72cc8cf451bf2de7 (diff) | |
iconv bedrock2 CI output to UTF-8
The timing diff script dies badly on non-utf8 input (https://github.com/coq/coq/issues/9767).
Diffstat (limited to 'dev')
| -rwxr-xr-x | dev/ci/ci-bedrock2.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev/ci/ci-bedrock2.sh b/dev/ci/ci-bedrock2.sh index 2ac78d3c2b..2d242d80a4 100755 --- a/dev/ci/ci-bedrock2.sh +++ b/dev/ci/ci-bedrock2.sh @@ -6,4 +6,4 @@ ci_dir="$(dirname "$0")" FORCE_GIT=1 git_download bedrock2 -( cd "${CI_BUILD_DIR}/bedrock2" && git submodule update --init --recursive && COQMF_ARGS='-arg "-async-proofs-tac-j 1"' make ) +( cd "${CI_BUILD_DIR}/bedrock2" && git submodule update --init --recursive && COQMF_ARGS='-arg "-async-proofs-tac-j 1"' make | iconv -t UTF-8 -c `#9767` ) |
