• Dan Xu's avatar
    Fix alpine docker build (#372) · 2b83b671
    Dan Xu authored
    This patch fixes the docker builds (`./build.sh` and
    `./build-debug.sh`).
    
    Two main things were broken:
    * Alpine was missing a bcc-devel package. The temporary fix is to clone
      bcc, build, and install into the container
    * Static linking against bcc was broken. I've made some cmake config
      changes to support this.
    2b83b671
FindLibBcc.cmake 1.79 KB