Skip to content

Commit

Permalink
ci:
Browse files Browse the repository at this point in the history
  • Loading branch information
misonijnik committed Oct 6, 2024
1 parent 815aa8a commit 57380f3
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ env:
Z3_VERSION: 4.8.15
SQLITE_VERSION: 3400100
BITWUZLA_VERSION: 0.3.1
SMITHRIL_VERSION: v0.0.2
JSON_VERSION: v3.11.3
IMMER_VERSION: v0.8.1

Expand All @@ -60,6 +61,7 @@ jobs:
"metaSMT",
"STP master",
"Bitwuzla only",
"Smithril only",
"Latest klee-uclibc",
"Asserts disabled",
"No TCMalloc, optimised runtime",
Expand Down Expand Up @@ -125,6 +127,10 @@ jobs:
- name: "Bitwuzla only"
env:
SOLVERS: BITWUZLA
# Test just using Smithril only
- name: "Smithril only"
env:
SOLVERS: SMITHRIL
# Check we can build latest klee-uclibc branch
- name: "Latest klee-uclibc"
env:
Expand Down

0 comments on commit 57380f3

Please sign in to comment.