Skip to content

Unnecessary to install kernel-devel-$(uname -r) in manylinux1 builder container ? #1056

@xuyang2

Description

@xuyang2

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:

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

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions