Skip to content

Commit

Permalink
chore: use built-in SAT solver for CBMC proofs
Browse files Browse the repository at this point in the history
Invoking an external solver is not necessarily cheaper in terms of CPU
or memory usage.
  • Loading branch information
tautschnig committed Apr 24, 2024
1 parent 30b4d7d commit 1391595
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/proof_ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -152,8 +152,6 @@ jobs:
echo "$(pwd)" >> $GITHUB_PATH
- name: Run CBMC proofs
shell: bash
env:
EXTERNAL_SAT_SOLVER: kissat
working-directory: ${{ env.PROOFS_DIR }}
run: ${{ env.RUN_CBMC_PROOFS_COMMAND }}
- name: Check repository visibility
Expand Down

0 comments on commit 1391595

Please sign in to comment.