From c361bff1535d3cc73f583b07487aecc542e6e09a Mon Sep 17 00:00:00 2001 From: regro-cf-autotick-bot <36490558+regro-cf-autotick-bot@users.noreply.github.com> Date: Mon, 31 Jul 2023 20:14:28 +0000 Subject: [PATCH 1/2] updated v0.20.2 --- recipe/meta.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/recipe/meta.yaml b/recipe/meta.yaml index c403047..c41b3be 100644 --- a/recipe/meta.yaml +++ b/recipe/meta.yaml @@ -1,5 +1,5 @@ {% set name = "r-tiledb" %} -{% set version = "0.20.1" %} +{% set version = "0.20.2" %} package: name: {{ name|lower }} @@ -7,7 +7,7 @@ package: source: url: https://github.com/TileDB-Inc/TileDB-R/archive/{{ version }}.tar.gz - sha256: bfa736ca408d5b11ad7a1634656c9f22e6acc9fb3f8903cf6980577d064b7d6c + sha256: 4242004cbd5b6018d67f3b08145015266ad8d79cb16e381b5627e70570a80913 patches: # [osx and not arm64] - 0001-skip-osx-test-to-avoid-spurious-segfault.patch # [osx and not arm64] From ec041c565e8376ceaf12fe5c495abded840521f6 Mon Sep 17 00:00:00 2001 From: regro-cf-autotick-bot <36490558+regro-cf-autotick-bot@users.noreply.github.com> Date: Mon, 31 Jul 2023 20:14:40 +0000 Subject: [PATCH 2/2] MNT: Re-rendered with conda-build 3.26.0, conda-smithy 3.24.1, and conda-forge-pinning 2023.07.30.16.32.56 --- .azure-pipelines/azure-pipelines-linux.yml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/.azure-pipelines/azure-pipelines-linux.yml b/.azure-pipelines/azure-pipelines-linux.yml index 64e5cf4..9c9dd3d 100755 --- a/.azure-pipelines/azure-pipelines-linux.yml +++ b/.azure-pipelines/azure-pipelines-linux.yml @@ -27,11 +27,6 @@ jobs: timeoutInMinutes: 360 steps: - - script: | - rm -rf /opt/ghc - df -h - displayName: Manage disk space - # configure qemu binfmt-misc running. This allows us to run docker containers # embedded qemu-static - script: |