From d3a51ac24244f586dfeff1a93b68cb084370534e Mon Sep 17 00:00:00 2001 From: Jim Fehrle Date: Mon, 11 Jan 2021 14:47:13 -0800 Subject: Remove the omega tactic and related options --- dev/ci/ci-flocq.sh | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'dev/ci/ci-flocq.sh') diff --git a/dev/ci/ci-flocq.sh b/dev/ci/ci-flocq.sh index cb6c3e6452..01723e5b5c 100755 --- a/dev/ci/ci-flocq.sh +++ b/dev/ci/ci-flocq.sh @@ -5,4 +5,10 @@ ci_dir="$(dirname "$0")" git_download flocq -( cd "${CI_BUILD_DIR}/flocq" && ( if [ ! -x ./configure ]; then autoconf && ./configure; fi ) && ./remake "-j${NJOBS}" && ./remake install ) +( cd "${CI_BUILD_DIR}/flocq" + ( if [ ! -x ./configure ]; then + autoconf + ./configure COQEXTRAFLAGS="-compat 8.13"; + fi ) + ./remake "-j${NJOBS}" + ./remake install ) -- cgit v1.2.3