Skip to content

Commit

Permalink
Install uuid-devel for manylinux
Browse files Browse the repository at this point in the history
  • Loading branch information
skef committed Nov 4, 2024
1 parent dae25f9 commit 0e026f1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build_wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@ jobs:
# CIBW_BEFORE_ALL_LINUX: "yum install -y libuuid-devel && yum install -y libxml2-devel"
# CIBW_ENVIRONMENT_LINUX: "CFLAGS='-I/usr/include/libxml2'"
# CIBW_BEFORE_ALL_LINUX: "yum install -y libuuid-devel"
CIBW_BEFORE_ALL_LINUX: "dnf install uuid-devel"
CIBW_ENVIRONMENT_MACOS: "CFLAGS='-arch x86_64 -I/usr/include/libxml2' LDFLAGS='-arch x86_64'"
CIBW_ENVIRONMENT_LINUX: "FORCE_BUILD_LIBXML2=ON"
CIBW_ENVIRONMENT_WINDOWS: "FORCE_BUILD_LIBXML2=ON"
Expand Down

0 comments on commit 0e026f1

Please sign in to comment.