Skip to content

Commit 17b7172

Browse files
committed
ci: Disable STP master
1 parent 65d91dc commit 17b7172

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/build.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ jobs:
6060
"MSan",
6161
"Z3 only",
6262
"metaSMT",
63-
"STP master",
63+
# "STP master",
6464
"Bitwuzla only",
6565
"Smithril only",
6666
"Latest klee-uclibc",
@@ -120,10 +120,10 @@ jobs:
120120
METASMT_DEFAULT: STP
121121
REQUIRES_RTTI: 1
122122
# Test we can build against STP master
123-
- name: "STP master"
124-
env:
125-
SOLVERS: STP
126-
STP_VERSION: master
123+
# - name: "STP master"
124+
# env:
125+
# SOLVERS: STP
126+
# STP_VERSION: master
127127
# Test just using Bitwuzla only
128128
- name: "Bitwuzla only"
129129
env:

0 commit comments

Comments
 (0)