aboutsummaryrefslogtreecommitdiff
path: root/etc
diff options
context:
space:
mode:
authorGravatar Jason Gross <jgross@mit.edu>2017-10-31 17:59:56 -0400
committerGravatar Jason Gross <jgross@mit.edu>2017-10-31 17:59:56 -0400
commit2a9ef10a5f4040b20a2550f45ab5e9ef66739049 (patch)
tree9434d5abe84ab6a6af105d811e3f4781ecae57ed /etc
parent82cb932378ea5045fcc8cd236b1cfd575721b501 (diff)
Fix smithers build
Diffstat (limited to 'etc')
-rwxr-xr-xetc/ci/smithers.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/ci/smithers.sh b/etc/ci/smithers.sh
index dafebbda9..2eb804bdd 100755
--- a/etc/ci/smithers.sh
+++ b/etc/ci/smithers.sh
@@ -6,7 +6,7 @@ cd "$WORKSPACE"
export PATH="/opt/coq-$coq_version/bin${PATH:+:}$PATH"
. /opt/bashrc/bashrc
export TARGETS="coq display bench test"
-export TARGETS="coq nonautogenerated-specific nonautogenerated-specific-display bench test"
+export TARGETS="coq nonautogenerated-specific nonautogenerated-specific-display" # bench test" # bench and test don't work on smithers
rm -f BUILD.ok
((/opt/timeout/default-timeout make -j$(nproc) TIMED=1 PROFILE=1 $TARGETS || make STDTIME='/opt/timeout/time-default-timeout-coq -f "$* (real: %e, user: %U, sys: %S, mem: %M ko)"' TIMED=1 PROFILE=1 $TARGETS) && touch BUILD.ok) 2>&1 | tee time-of-build.log
python ./etc/coq-scripts/timing/make-one-time-file.py time-of-build.log time-of-build-pretty.log