From e827c4307a0824c5fd0d578fae4a6f0759ba37c4 Mon Sep 17 00:00:00 2001 From: Yannik Tausch Date: Sat, 29 Jun 2024 14:18:33 +0200 Subject: [PATCH] use maintainer-provided sources, configure the bot to only use the RawURL version source xref: https://github.com/conda-forge/llvmdev-feedstock/pull/275 --- conda-forge.yml | 3 +++ recipe/meta.yaml | 4 ++-- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/conda-forge.yml b/conda-forge.yml index 7715ace..ae42ca7 100644 --- a/conda-forge.yml +++ b/conda-forge.yml @@ -1,3 +1,6 @@ +bot: + version_updates: + sources: ["rawurl"] github: branch_name: main tooling_branch_name: main diff --git a/recipe/meta.yaml b/recipe/meta.yaml index adcc537..c0558a7 100644 --- a/recipe/meta.yaml +++ b/recipe/meta.yaml @@ -5,8 +5,8 @@ package: version: {{ version }} source: - - url: https://github.com/llvm/llvm-project/archive/refs/tags/llvmorg-{{ version.replace(".rc", "-rc") }}.tar.gz - sha256: 09c08693a9afd6236f27a2ebae62cda656eba19021ef3f94d59e931d662d4856 + - url: https://github.com/llvm/llvm-project/releases/download/llvmorg-{{ version.replace(".rc", "-rc") }}/llvm-project-{{ version.replace(".rc", "rc") }}.src.tar.xz + sha256: 0b58557a6d32ceee97c8d533a59b9212d87e0fc4d2833924eb6c611247db2f2a patches: # https://reviews.llvm.org/D99470 - 0001-Support-cross-compiling-standalone-MLIR.patch