From: Gereon Kremer Date: Tue, 8 Mar 2022 20:34:48 +0000 (+0100) Subject: Make one CI job not use libpoly (#8261) X-Git-Tag: cvc5-1.0.0~302 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=8433aefa354d8b2815f8ea8f93a2b09d3a4bf36c;p=cvc5.git Make one CI job not use libpoly (#8261) This PR fixes a regression that was missing the REQUIRES: poly annotation. To avoid these issues in the future, we add --no-poly to one of the CI jobs. --- diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f79085f82..3e9c470fe 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -30,7 +30,7 @@ jobs: - name: ubuntu:production-clang os: ubuntu-18.04 env: CC=clang CXX=clang++ - config: production --auto-download + config: production --auto-download --no-poly cache-key: productionclang check-examples: true exclude_regress: 3-4 diff --git a/test/regress/regress0/nl/issue8226-ran-refinement.smt2 b/test/regress/regress0/nl/issue8226-ran-refinement.smt2 index 8ce6f1273..c917f4057 100644 --- a/test/regress/regress0/nl/issue8226-ran-refinement.smt2 +++ b/test/regress/regress0/nl/issue8226-ran-refinement.smt2 @@ -1,4 +1,5 @@ ;; needs --check-models, as --debug-check-models does not trigger the issue +; REQUIRES: poly ; COMMAND-LINE: --check-models ; EXPECT: sat (set-logic QF_NRA)