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
CBMC version: 6.0.0-preview (cbmc-6.0.0-alpha-225-g40a981fbb8)
Operating system: Ubuntu 22.04
Exact command line resulting in the issue: cd integration/xen; make
What behaviour did you expect:
The integration test should create a docker image from the Dockerfile, start the docker container, and compile Xen with goto-cc
What happened instead:
The step that creates a docker image from the Dockerfile fails to compile CBMC, i.e., it is failing at line 8 of the docker_compile_xen.sh script
CBMC version: 6.0.0-preview (cbmc-6.0.0-alpha-225-g40a981fbb8)
Operating system: Ubuntu 22.04
Exact command line resulting in the issue:
cd integration/xen; make
What behaviour did you expect:
The integration test should create a docker image from the Dockerfile, start the docker container, and compile Xen with goto-cc
What happened instead:
The step that creates a docker image from the Dockerfile fails to compile CBMC, i.e., it is failing at line 8 of the docker_compile_xen.sh script
cbmc/integration/xen/docker_compile_xen.sh
Line 8 in 40a981f
The compilation error is:
CBMC compiles correctly outside of the docker container. I am using Docker version 20.10.17, build 100c701.
The text was updated successfully, but these errors were encountered: