Make one CI job not use libpoly (#8261)
authorGereon Kremer <gkremer@cs.stanford.edu>
Tue, 8 Mar 2022 20:34:48 +0000 (21:34 +0100)
committerGitHub <noreply@github.com>
Tue, 8 Mar 2022 20:34:48 +0000 (20:34 +0000)
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.

.github/workflows/ci.yml
test/regress/regress0/nl/issue8226-ran-refinement.smt2

index f79085f82b4a8f62d498f33a3e7a76804832eb5a..3e9c470fed1867750dbb49886f0d162d0158c80d 100644 (file)
@@ -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
index 8ce6f127355f48558717c01acde51b81703a5e0b..c917f40579d66ef654da6c897a6448a81bb23e77 100644 (file)
@@ -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)