Skip to content

Commit e2a209b

Browse files
authored
Actually apply CBMC patch (#3436)
The patch introduced in #3431 not only needs to be created, but also needs to be applied. By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 and MIT licenses.
1 parent 952e753 commit e2a209b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

scripts/setup/al2/install_cbmc.sh

+1
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,7 @@ cat > varargs.patch << "EOF"
9393
}
9494
9595
EOF
96+
patch -p1 < varargs.patch
9697

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

0 commit comments

Comments
 (0)