Skip to content

Commit

Permalink
Reenable chopper
Browse files Browse the repository at this point in the history
  • Loading branch information
jcp19 authored Sep 28, 2024
1 parent 2aebfb2 commit 78b47ac
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/gobra.yml
Original file line number Diff line number Diff line change
Expand Up @@ -415,12 +415,7 @@ jobs:
includePaths: ${{ env.includePaths }}
assumeInjectivityOnInhale: ${{ env.assumeInjectivityOnInhale }}
checkConsistency: ${{ env.checkConsistency }}
# Due to a bug introduced in https://github.com/viperproject/gobra/pull/776,
# we must currently disable the chopper, otherwise we well-founded orders
# for termination checking are not available at the chopped Viper parts.
# We should reenable it whenever possible, as it reduces verification time in
# ~8 min (20%).
# chop: 10
chop: 10
parallelizeBranches: '1'
conditionalizePermissions: '1'
moreJoins: 'impure'
Expand Down

0 comments on commit 78b47ac

Please sign in to comment.