Fix manylinux2014 build: add elfutils-devel, libdwarf-devel for dwarf.h

Made-with: Cursor
This commit is contained in:
Akash Levy 2026-03-01 18:14:55 -08:00
parent 965bc9da31
commit b19948b03a
1 changed files with 2 additions and 1 deletions

View File

@ -81,7 +81,8 @@ jobs:
set -ex
yum install -y tcl-devel readline-devel zlib-devel libffi-devel \
flex gperf ccache patchelf
flex gperf ccache patchelf \
elfutils-devel elfutils-libelf-devel libdwarf-devel
# Build bison >= 3.x from source
curl -L https://ftp.gnu.org/gnu/bison/bison-3.8.2.tar.gz | tar -xzC /tmp