Skip to content

Docker build fails #1518

Open
Open
@mkravchik

Description

I tried to follow the instructions for a local build using Docker and it fails:
docker run --rm -it -v .:/src fuzz-introspector:Dockerfile

  • BASE=/src
  • BUILD_BASE=/src/build
  • [ -d /src/build ]
  • echo Reusing set up (LLVM Source). Updating the LLVM plugin
    Reusing set up (LLVM Source). Updating the LLVM plugin
  • rm -rf /src/build/llvm-project/llvm/include/llvm/Transforms/FuzzIntrospector
  • rm -rf /src/build/llvm-project/llvm/lib/Transforms/FuzzIntrospector
  • cp -rf /src/frontends/llvm/include/llvm/Transforms/FuzzIntrospector/ /src/build/llvm-project/llvm/include/llvm/Transforms/FuzzIntrospector
  • cp -rf /src/frontends/llvm/lib/Transforms/FuzzIntrospector /src/build/llvm-project/llvm/lib/Transforms/FuzzIntrospector
  • cd /src/build/llvm-build
  • cmake -G Unix Makefiles -DLLVM_ENABLE_PROJECTS=clang;compiler-rt -DLLVM_BINUTILS_INCDIR=../binutils/include -DCMAKE_BUILD_TYPE=Release -DLLVM_TARGETS_TO_BUILD=X86 ../llvm-project/llvm/
    CMake Error at CMakeLists.txt:3 (cmake_minimum_required):
    CMake 3.20.0 or higher is required. You are running version 3.16.3

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions