diff --git a/.azure-pipelines/azure-pipelines-win.yml b/.azure-pipelines/azure-pipelines-win.yml index a192c0b..07fa8d8 100755 --- a/.azure-pipelines/azure-pipelines-win.yml +++ b/.azure-pipelines/azure-pipelines-win.yml @@ -5,7 +5,7 @@ jobs: - job: win pool: - vmImage: windows-2019 + vmImage: windows-2022 strategy: matrix: win_64_: @@ -36,7 +36,7 @@ jobs: - script: | call activate base - mamba.exe install "python=3.9" conda-build conda pip boa conda-forge-ci-setup=3 "py-lief<0.12" -c conda-forge --strict-channel-priority --yes + mamba.exe install "python=3.10" conda-build conda pip boa conda-forge-ci-setup=3 "py-lief<0.12" -c conda-forge --strict-channel-priority --yes displayName: Install conda-build - script: set PYTHONUNBUFFERED=1 diff --git a/README.md b/README.md index 35d98a5..cf5a72a 100644 --- a/README.md +++ b/README.md @@ -1,12 +1,12 @@ -About compiler-rt -================= +About compiler-rt-feedstock +=========================== + +Feedstock license: [BSD-3-Clause](https://github.com/conda-forge/compiler-rt-feedstock/blob/main/LICENSE.txt) Home: http://llvm.org/ Package license: Apache-2.0 WITH LLVM-exception -Feedstock license: [BSD-3-Clause](https://github.com/conda-forge/compiler-rt-feedstock/blob/main/LICENSE.txt) - Summary: compiler-rt runtime libraries Development: https://github.com/llvm/llvm-project diff --git a/conda-forge.yml b/conda-forge.yml index 8ae900c..6e77409 100644 --- a/conda-forge.yml +++ b/conda-forge.yml @@ -10,3 +10,7 @@ github: tooling_branch_name: main conda_build: pkg_format: '2' +# due to https://github.com/conda/conda-build/issues/4787 +remote_ci_setup: + - conda-forge-ci-setup=3 + - py-lief<0.12 diff --git a/recipe/meta.yaml b/recipe/meta.yaml index a3e00bf..37ef1f9 100644 --- a/recipe/meta.yaml +++ b/recipe/meta.yaml @@ -1,4 +1,4 @@ -{% set version = "16.0.0.rc3" %} +{% set version = "16.0.0.rc4" %} {% set prod_ver = '.'.join(version.split('.')[:3]) %} package: @@ -7,7 +7,7 @@ package: source: url: https://github.com/llvm/llvm-project/releases/download/llvmorg-{{ version.replace(".rc", "-rc") }}/llvm-project-{{ version.replace(".rc", "rc") }}.src.tar.xz - sha256: 8fa9792a1a04f78d023b87c5e5bd25010d5f73a5c0ae1830e897d85821ee9325 + sha256: 36e723b0befd0874a799253f5cfac8b00fe5bbfec3020ccf7b4fdae566a7e089 patches: - patches/0001-no-code-sign.patch - patches/0002-compiler-rt-Make-7.0.0-compatible-with-10.9-SDK.patch