-
Notifications
You must be signed in to change notification settings - Fork 225
Unnecessary to install kernel-devel-$(uname -r)
in manylinux1
builder container ?
#1056
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
Comments
And Relative PRs and commits: kernel-devel- kernel-devel -> kernel-headers : |
uname -r
in builder container ?
uname -r
in builder container ?kernel-devel-${uname -r}
in builder container ?
kernel-devel-${uname -r}
in builder container ?kernel-devel-$(uname -r)
in builder container ?
kernel-devel-$(uname -r)
in builder container ?kernel-devel-$(uname -r)
in manylinux1
builder container ?
Remove useless kernel-devel-`uname -r` dependency The package doesn't exist and thus is not installed. Fix pypa#1056
Remove useless kernel-devel-`uname -r` dependency The package doesn't exist and thus is not installed. Fix #1056
Thanks for the report. This is now fixed. |
Is seems unnecessary to
yum install kernel-devel-$(uname -r)
in the centos:5 container.Anyway,
uname -r
in the container returns the kernel release of the host.Code:
manylinux/docker/build_scripts/build.sh
Lines 72 to 78 in dbd36f7
Build log:
https://github.com/pypa/manylinux/runs/2192738056?check_suite_focus=true#step:3:380
The text was updated successfully, but these errors were encountered: