From 090eba05e306dd65fd9ab7ec983bd94ab9ee4387 Mon Sep 17 00:00:00 2001 From: jakirkham Date: Mon, 24 Jun 2024 15:33:55 -0700 Subject: [PATCH] MNT: Re-rendered with conda-build 24.5.1, conda-smithy 3.36.3.dev27+g9e4720fc, and conda-forge-pinning 2024.06.24.21.57.20 --- .scripts/build_steps.sh | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/.scripts/build_steps.sh b/.scripts/build_steps.sh index 28ea75ba..53266858 100755 --- a/.scripts/build_steps.sh +++ b/.scripts/build_steps.sh @@ -43,10 +43,12 @@ setup_conda_rc "${FEEDSTOCK_ROOT}" "${RECIPE_ROOT}" "${CONFIG_FILE}" source run_conda_forge_build_setup + ( -# 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. +# 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. ulimit -n 1024 @@ -55,10 +57,9 @@ ulimit -n 1024 # run "conda smithy rerender" and this line will be updated # automatically. /usr/bin/sudo -n yum install -y libx11 libXext-devel libXrender-devel libSM-devel libX11-devel +) - - -)# make the build number clobber +# make the build number clobber make_build_number "${FEEDSTOCK_ROOT}" "${RECIPE_ROOT}" "${CONFIG_FILE}" if [[ "${HOST_PLATFORM}" != "${BUILD_PLATFORM}" ]] && [[ "${HOST_PLATFORM}" != linux-* ]] && [[ "${BUILD_WITH_CONDA_DEBUG:-0}" != 1 ]]; then