-
-
Notifications
You must be signed in to change notification settings - Fork 183
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
Move ulimit
workaround into yum
reqs func
#1961
base: main
Are you sure you want to change the base?
Conversation
d405f43
to
1765e96
Compare
Testing this out in PR: conda-forge/python-feedstock#691 |
1765e96
to
29516af
Compare
# Due to https://bugzilla.redhat.com/show_bug.cgi?id=1537564 old | ||
# versions of rpm are drastically slowed down when the number of | ||
# file descriptors is very high. This can be visible during a | ||
# `yum install` step of a feedstock build. | ||
# => Set a lower limit in a subshell for the `yum install`s only. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Let's keep this explanation in conda-smithy. No need to propagate it to each and every feedstock.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@jakirkham thoughts?
Moves the
ulimit
workaround used withyum
added in PR ( #1960 ) into thegenerate_yum_requirements
function per this suggestion ( #1960 (comment) ).In the process this also fixes a formatting issue that occurs when cleaning up blank space with Jinja.
Checklist
AddedUpdated anews
entry