We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 65d91dc commit 17b7172Copy full SHA for 17b7172
1 file changed
.github/workflows/build.yaml
@@ -60,7 +60,7 @@ jobs:
60
"MSan",
61
"Z3 only",
62
"metaSMT",
63
- "STP master",
+ # "STP master",
64
"Bitwuzla only",
65
"Smithril only",
66
"Latest klee-uclibc",
@@ -120,10 +120,10 @@ jobs:
120
METASMT_DEFAULT: STP
121
REQUIRES_RTTI: 1
122
# Test we can build against STP master
123
- - name: "STP master"
124
- env:
125
- SOLVERS: STP
126
- STP_VERSION: master
+ # - name: "STP master"
+ # env:
+ # SOLVERS: STP
+ # STP_VERSION: master
127
# Test just using Bitwuzla only
128
- name: "Bitwuzla only"
129
env:
0 commit comments