diff options
| author | Emilio Jesus Gallego Arias | 2019-04-01 00:41:06 +0200 |
|---|---|---|
| committer | Emilio Jesus Gallego Arias | 2019-04-01 00:41:06 +0200 |
| commit | 2b3cbf0427332871d833933929945e60860dce9e (patch) | |
| tree | 4de59d3480b05ce4b7c485aeb980ac3279840015 /dev | |
| parent | 5dd3c18f4e50eef53ae4413b7b80951f17edad5f (diff) | |
| parent | bccddab7b1c8804eae11dff546fd0d4ebf9759ed (diff) | |
Merge PR #9872: Fix timing diff script to support non-utf8
Reviewed-by: ejgallego
Reviewed-by: jashug
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 2d242d80a4..2ac78d3c2b 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 | iconv -t UTF-8 -c `#9767` ) +( cd "${CI_BUILD_DIR}/bedrock2" && git submodule update --init --recursive && COQMF_ARGS='-arg "-async-proofs-tac-j 1"' make ) |
