Skip to content

Commit

Permalink
Merge pull request #31 from ytausch/bot-sources
Browse files Browse the repository at this point in the history
Revert to using Maintainer-Provided sources, configure the bot to only use the RawURL Version Source #275
  • Loading branch information
h-vetinari authored Jun 30, 2024
2 parents fbb0154 + e827c43 commit 5bddb9f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions conda-forge.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
bot:
version_updates:
sources: ["rawurl"]
github:
branch_name: main
tooling_branch_name: main
Expand Down
4 changes: 2 additions & 2 deletions recipe/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 5bddb9f

Please sign in to comment.