-
Notifications
You must be signed in to change notification settings - Fork 229
Closed
Description
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
diffutils \ | |
expat-devel \ | |
gettext \ | |
kernel-devel-`uname -r` \ | |
file \ | |
make \ | |
patch \ |
Build log:
https://github.com/pypa/manylinux/runs/2192738056?check_suite_focus=true#step:3:380
+ yum -y install automake bison bzip2 cmake28 devtoolset-2-binutils devtoolset-2-gcc devtoolset-2-gcc-c++ devtoolset-2-gcc-gfortran diffutils expat-devel gettext kernel-devel-5.4.0-1041-azure file make patch unzip which yasm zlib-devel bzip2-devel ncurses-devel sqlite-devel readline-devel tk-devel gdbm-devel db4-devel libpcap-devel xz-devel gpg libffi-devel
Reducing CentOS-5 - libselinux to included packages only
Finished
Setting up Install Process
Package diffutils-2.8.1-16.el5.x86_64 already installed and latest version
No package kernel-devel-5.4.0-1041-azure available.
Metadata
Metadata
Assignees
Labels
No labels