aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJason Gross2019-03-31 10:47:37 -0400
committerJason Gross2019-03-31 14:09:16 -0400
commitbccddab7b1c8804eae11dff546fd0d4ebf9759ed (patch)
treeda6a8bd9592e3c2732842b9c790939a64bcf6be7
parent2acd04d6d7d608920dd93b0a602e3214ffeb9ae5 (diff)
Revert "iconv bedrock2 CI output to UTF-8"
This reverts commit 1eb8b9dc3ff0e464c9cd6c7f12a1c9db4fa57423. This commit is no longer necessary
-rwxr-xr-xdev/ci/ci-bedrock2.sh2
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 )