Skip to content

Instantly share code, notes, and snippets.

@natefoo
Created May 2, 2025 20:16
Show Gist options
  • Save natefoo/de3d10c70e09d46a3a36dc3b3878a181 to your computer and use it in GitHub Desktop.
Save natefoo/de3d10c70e09d46a3a36dc3b3878a181 to your computer and use it in GitHub Desktop.
CVMFS Debug Build

e.g. for bisecting

  1. Install prereqs

    # dnf install -y epel-release
    # dnf install --enablerepo=crb fuse-devel fuse3-devel libuuid-devel e2fsprogs-devel openssl-devel python3-devel libattr-devel libcap-devel gmock gmock-devel
  2. Build

    rm -rf build && mkdir build && pushd build && cmake -DBUILD_SERVER_DEBUG=1 ../ && make -j16 && make install && popd
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment