From b19948b03a81f81eaaaecd57fb9fd1b2339984f8 Mon Sep 17 00:00:00 2001 From: Akash Levy Date: Sun, 1 Mar 2026 18:14:55 -0800 Subject: [PATCH] Fix manylinux2014 build: add elfutils-devel, libdwarf-devel for dwarf.h Made-with: Cursor --- .github/workflows/release.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 097382a4e..ffdac3a21 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -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