From 14468690a437f1c7e619fb202b5cc23178033bcf Mon Sep 17 00:00:00 2001 From: regro-cf-autotick-bot <36490558+regro-cf-autotick-bot@users.noreply.github.com> Date: Tue, 23 Jul 2024 01:08:19 +0000 Subject: [PATCH 1/2] updated v2024.07.22.00 --- recipe/meta.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/recipe/meta.yaml b/recipe/meta.yaml index 1b25602..2dc595f 100644 --- a/recipe/meta.yaml +++ b/recipe/meta.yaml @@ -1,4 +1,4 @@ -{% set version = "2024.07.15.00" %} +{% set version = "2024.07.22.00" %} {% set jemalloc_enabled = folly_build_ext is not undefined and folly_build_ext == "jemalloc" %} {% set build_ext = "_jemalloc" if jemalloc_enabled else "" %} @@ -8,7 +8,7 @@ package: source: url: https://github.com/facebook/folly/archive/v{{ version }}.tar.gz - sha256: 4fa0549539e4c33b476678460a90f44cd6ac27d545c8075aee036c7b9512e9b8 + sha256: a897ed6c695ae5170d21e4b59f3048a5c47a02cdc646c2afcb9130228a3709e6 patches: - 0001-Use-CMAKE_SYSTEM_PROCESSOR-instead-of-CMAKE_LIBRARY_.patch - 0001-Add-missing-unistd-include.patch From 84ef7a5eb807cc58bb797bf276afc478c7587128 Mon Sep 17 00:00:00 2001 From: regro-cf-autotick-bot <36490558+regro-cf-autotick-bot@users.noreply.github.com> Date: Tue, 23 Jul 2024 01:09:22 +0000 Subject: [PATCH 2/2] MNT: Re-rendered with conda-build 24.5.1, conda-smithy 3.37.1, and conda-forge-pinning 2024.07.22.16.24.15 --- .scripts/build_steps.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/.scripts/build_steps.sh b/.scripts/build_steps.sh index a5836e8..ba4b251 100755 --- a/.scripts/build_steps.sh +++ b/.scripts/build_steps.sh @@ -72,7 +72,6 @@ else --suppress-variables ${EXTRA_CB_OPTIONS:-} \ --clobber-file "${CI_SUPPORT}/clobber_${CONFIG}.yaml" \ --extra-meta flow_run_id="${flow_run_id:-}" remote_url="${remote_url:-}" sha="${sha:-}" - ( startgroup "Inspecting artifacts" ) 2> /dev/null # inspect_artifacts was only added in conda-forge-ci-setup 4.6.0