LibAFL
LibAFL copied to clipboard
Can't build libafl_qemu in Dockerfile
Issue confirmed on 8c773a6b850cc1ce20ffca0e0fe34356f30abc76
Describe the bug
When trying to build libafl_qemu in the docker container, the build errors because it can't find libafl_qemu/build_linux.rs.
As I'm trying to use the container as a build environment because my distribution doesn't ship and up-to-date version of LLVM, this is unfortunate.
Should I just modify the Dockerfile for my usecase or is this something I should try and upstream?
To Reproduce Steps to reproduce the behavior:
-
docker build -t libafl . -
docker run --name libafl --rm -it libafl - (In the Docker shell)
cargo build -p libafl_qemu
Expected behavior
I would expect the build to complete successfully.