LibAFL icon indicating copy to clipboard operation
LibAFL copied to clipboard

Can't build libafl_qemu in Dockerfile

Open vringar opened this issue 2 years ago • 0 comments

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:

  1. docker build -t libafl .
  2. docker run --name libafl --rm -it libafl
  3. (In the Docker shell) cargo build -p libafl_qemu

Expected behavior

I would expect the build to complete successfully.

vringar avatar Feb 29 '24 13:02 vringar