3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2026-07-15 19:55:41 +00:00

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

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