Skip to content

Commit

Permalink
compiler-rt 17.0.0.rc1
Browse files Browse the repository at this point in the history
  • Loading branch information
h-vetinari committed Jul 30, 2023
1 parent 49fafa4 commit bcba08f
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions recipe/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{% set version = "17.0.0.dev0" %}
{% set version = "17.0.0.rc1" %}
# suffixes .rc1, .rc2, etc. are removed (on unix), while .dev0 is not.
{% set prod_ver = '.'.join(version.split('.')[:3]) if version.split(".")[-1] != "dev0" else version %}

Expand All @@ -7,10 +7,8 @@ package:
version: {{ version }}

source:
git_url: https://github.com/llvm/llvm-project.git
git_rev: a4f4d82c35b80b681687b545200456e79a82d9c2
# url: https://github.com/llvm/llvm-project/releases/download/llvmorg-{{ version.replace(".rc", "-rc") }}/llvm-project-{{ version.replace(".rc", "rc") }}.src.tar.xz
# sha256: ce5e71081d17ce9e86d7cbcfa28c4b04b9300f8fb7e78422b1feb6bc52c3028e
url: https://github.com/llvm/llvm-project/releases/download/llvmorg-{{ version.replace(".rc", "-rc") }}/llvm-project-{{ version.replace(".rc", "rc") }}.src.tar.xz
sha256: 01b80625c131b8281dcf76a4e6395d10f45835c60e27357c92abf5a98c9a0337
patches:
- patches/0001-no-code-sign.patch
- patches/0002-compiler-rt-Make-7.0.0-compatible-with-10.9-SDK.patch
Expand Down

0 comments on commit bcba08f

Please sign in to comment.