Skip to content

Commit 42f7af6

Browse files
authored
chore: use built-in SAT solver for CBMC proofs (aws#781)
Invoking an external solver is not necessarily cheaper in terms of CPU or memory usage.
1 parent cb22f6a commit 42f7af6

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

.github/workflows/proof_ci.yaml

-2
Original file line numberDiff line numberDiff line change
@@ -152,8 +152,6 @@ jobs:
152152
echo "$(pwd)" >> $GITHUB_PATH
153153
- name: Run CBMC proofs
154154
shell: bash
155-
env:
156-
EXTERNAL_SAT_SOLVER: kissat
157155
working-directory: ${{ env.PROOFS_DIR }}
158156
run: ${{ env.RUN_CBMC_PROOFS_COMMAND }}
159157
- name: Check repository visibility

aws-encryption-sdk-specification

0 commit comments

Comments
 (0)