Skip to content

Commit

Permalink
Actually apply CBMC patch
Browse files Browse the repository at this point in the history
The patch introduced in model-checking#3431 not only needs to be created, but also
needs to be applied.
  • Loading branch information
tautschnig committed Aug 12, 2024
1 parent 952e753 commit b130a55
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scripts/setup/al2/install_cbmc.sh
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,7 @@ cat > varargs.patch << "EOF"
}
EOF
patch -p1 < varargs.patch

cmake3 -S . -Bbuild -DWITH_JBMC=OFF -Dsat_impl="minisat2;cadical" \
-DCMAKE_C_COMPILER=gcc10-cc -DCMAKE_CXX_COMPILER=gcc10-c++ \
Expand Down

0 comments on commit b130a55

Please sign in to comment.