summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTej Chajed <tchajed@mit.edu>2020-11-16 17:51:08 (GMT)
committerGaƫtan Gilbert <gaetan.gilbert@skyskimmer.net>2020-11-17 10:21:44 (GMT)
commit7c6ebabaa48a427244acd748ffa784f192b1bd4d (patch)
treeaaac705195d93b06e69488b223e8b646b953a488
parent04b25a7635e796ad05ef7db537883594a5144a56 (diff)
downloadcoq-8.14+alpha.zip
coq-8.14+alpha.tar.gz
coq-8.14+alpha.tar.bz2
[ci] Use lite target for PerennialV8.14+alpharefs/pull/13402/head
-rwxr-xr-xdev/ci/ci-perennial.sh5
1 files changed, 1 insertions, 4 deletions
diff --git a/dev/ci/ci-perennial.sh b/dev/ci/ci-perennial.sh
index f3be66e..306cbdf 100755
--- a/dev/ci/ci-perennial.sh
+++ b/dev/ci/ci-perennial.sh
@@ -6,7 +6,4 @@ ci_dir="$(dirname "$0")"
FORCE_GIT=1
git_download perennial
-# required by Perennial's coqc.py build wrapper
-export LC_ALL=C.UTF-8
-
-( cd "${CI_BUILD_DIR}/perennial" && git submodule update --init --recursive && make TIMED=false )
+( cd "${CI_BUILD_DIR}/perennial" && git submodule update --init --recursive && make TIMED=false lite )