diff options
| author | Emilio Jesus Gallego Arias | 2019-03-17 17:57:59 +0100 |
|---|---|---|
| committer | Emilio Jesus Gallego Arias | 2019-03-17 17:57:59 +0100 |
| commit | 0fc0b5f74a402c1393b485543eca6fbd63bafc61 (patch) | |
| tree | ba59f9541849416ba9bc79931583dda9813aef51 | |
| parent | 3b57b6c205f0ed1fac51fedf72cc8cf451bf2de7 (diff) | |
| parent | 1eb8b9dc3ff0e464c9cd6c7f12a1c9db4fa57423 (diff) | |
Merge PR #9787: iconv bedrock2 CI output to UTF-8
Reviewed-by: SkySkimmer
| -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` ) |
