You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This Dockerfile uses a two-stage build process similar to CBMC's Dockerfile:
the binary is compiled in the first stage and then copied into another container in the second stage.
The build step follows the instructions in COMPILING.md,
with the assumption that the submodule lib/cbmc has already been checked out locally.
0 commit comments