Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: Add manylinux_2_34 image #1698

Merged
merged 2 commits into from
Nov 23, 2024
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
fix: tcl/tk pkgconfig
mayeut committed Nov 22, 2024
commit 95b29c8ebd0d9a09b3ffa1ce584a24c420873830
2 changes: 2 additions & 0 deletions docker/build_scripts/build-tcltk.sh
Original file line number Diff line number Diff line change
@@ -58,3 +58,5 @@ cp -rlf /manylinux-rootfs/* /manylinux-buildfs/

# Clean-up for runtime
rm -rf /manylinux-rootfs/usr/local/share
sed -i -e"s/ -ltclstub8.6//" /manylinux-rootfs/usr/local/lib/pkgconfig/tcl.pc
sed -i -e"s/ -ltkstub8.6//" /manylinux-rootfs/usr/local/lib/pkgconfig/tk.pc