Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
BUILD: Fix yum taking for ages on el6 and el7
Force ulimit nofile 1024 when building the base rpmbuild el6/el7 images and when running the container to build the RPM. Yum might take for ages to complete because it CLOEXEC on all available file descriptors and recent dockers sets a very high default limit. References: https://stackoverflow.com/questions/74345206/centos-7-docker-yum-installation-gets-stuck https://bugzilla.redhat.com/show_bug.cgi?id=1537564 rpm-software-management/rpm#444
- Loading branch information