about summary refs log tree commit diff homepage
path: root/.github
diff options
context:
space:
mode:
authorCristian Cadar <c.cadar@imperial.ac.uk>2022-06-27 22:24:27 +0100
committerMartinNowack <2443641+MartinNowack@users.noreply.github.com>2022-06-29 09:30:43 +0100
commit7a6100d388e18ba58daef45f3590fe7f218c9ef0 (patch)
treed5e1c4837b48769e28a3acba5591a74d2c6e2515 /.github
parent95a9886b32c1b0086b60f828f3f2c139dd863211 (diff)
downloadklee-7a6100d388e18ba58daef45f3590fe7f218c9ef0.tar.gz
Remove the CI target metaSMT(Boolector). metaSMT(STP) already runs the test suite with all solvers supported by metaSMT, so the extra target provides marginal benefits.
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/build.yaml10
1 files changed, 2 insertions, 8 deletions
diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml
index 7e7abd27..78fbc8e3 100644
--- a/.github/workflows/build.yaml
+++ b/.github/workflows/build.yaml
@@ -47,8 +47,7 @@ jobs:
                 "UBSan",
                 "MSan",
                 "Z3 only",
-                "metaSMT STP",
-                "metaSMT Boolector",
+                "metaSMT",
                 "STP master",
                 "Latest klee-uclibc",
                 "Asserts enabled",
@@ -105,16 +104,11 @@ jobs:
             env:
               SOLVERS: Z3
           # Test just using metaSMT
-          - name: "metaSMT STP"
+          - name: "metaSMT"
             env:
               SOLVERS: metaSMT
               METASMT_DEFAULT: STP
               REQUIRES_RTTI: 1
-          - name: "metaSMT Boolector"
-            env:
-              SOLVERS: metaSMT
-              METASMT_DEFAULT: BTOR
-              REQUIRES_RTTI: 1
           # Test we can build against STP master
           - name: "STP master"
             env: