Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

17.0.0.dev0 #77

Merged
merged 31 commits into from
Jul 24, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
31 commits
Select commit Hold shift + click to select a range
b22466a
updated v16.0.0
regro-cf-autotick-bot Mar 18, 2023
11abc03
MNT: Re-rendered with conda-build 3.23.3, conda-smithy 3.23.0, and co…
regro-cf-autotick-bot Mar 18, 2023
058048e
Merge remote-tracking branch 'upstream/rc' into 16.0.0_hb37422
h-vetinari Mar 18, 2023
8cf161c
remove rc-channels
h-vetinari Mar 18, 2023
f789bad
MNT: Re-rendered with conda-build 3.23.3, conda-smithy 3.23.0, and co…
h-vetinari Mar 18, 2023
044ab1b
compiler-rt v16.0.0 (#63)
github-actions[bot] Mar 28, 2023
3aadaa6
retrigger CI
h-vetinari Mar 29, 2023
93100cc
updated v16.0.1
regro-cf-autotick-bot Apr 5, 2023
f72b471
compiler-rt v16.0.1 (#64)
github-actions[bot] Apr 7, 2023
253256b
bump to 16.0.2
h-vetinari Apr 22, 2023
3d0d6c6
MNT: Re-rendered with conda-build 3.24.0, conda-smithy 3.23.1, and co…
h-vetinari Apr 22, 2023
d9f5709
compiler-rt 16.0.2 (#65)
github-actions[bot] Apr 22, 2023
427a4cd
updated v16.0.3
regro-cf-autotick-bot May 3, 2023
f122100
Merge pull request #66 from regro-cf-autotick-bot/16.0.3_h5e1659
h-vetinari May 7, 2023
8a26590
[ci skip] add abi_migration_branches
h-vetinari May 17, 2023
806dc57
Rebuild for libxml2211
regro-cf-autotick-bot May 18, 2023
1f92231
MNT: Re-rendered with conda-build 3.24.0, conda-smithy 3.23.1, and co…
regro-cf-autotick-bot May 18, 2023
1ba7ef7
don't cross-compile aarch64/ppc64le
h-vetinari May 18, 2023
8ab62b2
MNT: Re-rendered with conda-build 3.24.0, conda-smithy 3.23.1, and co…
h-vetinari May 18, 2023
fa353f6
Merge pull request #72 from regro-cf-autotick-bot/rebuild-libxml2211-…
h-vetinari May 18, 2023
f1adb69
updated v16.0.4
regro-cf-autotick-bot May 17, 2023
1fa616c
compiler-rt v16.0.4 (#67)
github-actions[bot] May 18, 2023
ca9115a
updated v16.0.5
regro-cf-autotick-bot Jun 2, 2023
17da9ff
compiler-rt v16.0.5 (#75)
github-actions[bot] Jun 3, 2023
13979ae
updated v16.0.6
regro-cf-autotick-bot Jun 14, 2023
303aa87
compiler-rt v16.0.6 (#76)
github-actions[bot] Jun 16, 2023
0211cc5
Merge remote-tracking branch 'upstream/main' into rc
h-vetinari Jul 21, 2023
a005681
Revert "remove rc-channels"
h-vetinari Jul 21, 2023
293b14a
MNT: Re-rendered with conda-build 3.25.0, conda-smithy 3.24.0, and co…
h-vetinari Jul 21, 2023
4be1917
build from upstream main branch
h-vetinari Jul 21, 2023
864271b
fix prod_ver vs. dev0
h-vetinari Jul 24, 2023
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .azure-pipelines/azure-pipelines-win.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions .ci_support/linux_64_.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@ channel_targets:
cxx_compiler:
- gxx
cxx_compiler_version:
- '11'
- '12'
docker_image:
- quay.io/condaforge/linux-anvil-cos7-x86_64
libxml2:
- '2.10'
- '2.11'
target_platform:
- linux-64
zlib:
Expand Down
4 changes: 2 additions & 2 deletions .ci_support/linux_aarch64_.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,11 @@ channel_targets:
cxx_compiler:
- gxx
cxx_compiler_version:
- '11'
- '12'
docker_image:
- quay.io/condaforge/linux-anvil-aarch64
libxml2:
- '2.10'
- '2.11'
target_platform:
- linux-aarch64
zlib:
Expand Down
4 changes: 2 additions & 2 deletions .ci_support/linux_ppc64le_.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@ channel_targets:
cxx_compiler:
- gxx
cxx_compiler_version:
- '11'
- '12'
docker_image:
- quay.io/condaforge/linux-anvil-ppc64le
libxml2:
- '2.10'
- '2.11'
target_platform:
- linux-ppc64le
zlib:
Expand Down
7 changes: 7 additions & 0 deletions .ci_support/migrations/libxml2211.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
__migrator:
build_number: 1
kind: version
migration_number: 1
libxml2:
- '2.11'
migrator_ts: 1684203491.9767957
4 changes: 2 additions & 2 deletions .ci_support/osx_64_.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@ channel_targets:
cxx_compiler:
- clang_bootstrap
cxx_compiler_version:
- '14'
- '15'
libxml2:
- '2.10'
- '2.11'
macos_machine:
- x86_64-apple-darwin13.4.0
target_platform:
Expand Down
4 changes: 2 additions & 2 deletions .ci_support/osx_arm64_.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@ channel_targets:
cxx_compiler:
- clang_bootstrap
cxx_compiler_version:
- '14'
- '15'
libxml2:
- '2.10'
- '2.11'
macos_machine:
- arm64-apple-darwin20.0.0
target_platform:
Expand Down
2 changes: 1 addition & 1 deletion .ci_support/win_64_.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ channel_targets:
cxx_compiler:
- vs2019
libxml2:
- '2.10'
- '2.11'
target_platform:
- win-64
zlib:
Expand Down
2 changes: 1 addition & 1 deletion .scripts/run_osx_build.sh

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

23 changes: 13 additions & 10 deletions conda-forge.yml
Original file line number Diff line number Diff line change
@@ -1,16 +1,19 @@
provider:
linux_ppc64le: default
linux_aarch64: default
conda_forge_output_validation: true
channel_priority: flexible
bot:
abi_migration_branches:
- 15.x
- 14.x
build_platform:
osx_arm64: osx_64
channel_priority: flexible
conda_build:
pkg_format: '2'
conda_forge_output_validation: true
github:
branch_name: main
tooling_branch_name: main
conda_build:
pkg_format: '2'
# due to https://github.com/conda/conda-build/issues/4787
provider:
linux_aarch64: default
linux_ppc64le: default
remote_ci_setup:
- conda-forge-ci-setup=3
- py-lief<0.12
- conda-forge-ci-setup=3
- py-lief<0.12
11 changes: 7 additions & 4 deletions recipe/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,13 +1,16 @@
{% set version = "16.0.0.rc4" %}
{% set prod_ver = '.'.join(version.split('.')[:3]) %}
{% set version = "17.0.0.dev0" %}
# 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 %}

package:
name: compiler-rt-packages
version: {{ version }}

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: 36e723b0befd0874a799253f5cfac8b00fe5bbfec3020ccf7b4fdae566a7e089
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
patches:
- patches/0001-no-code-sign.patch
- patches/0002-compiler-rt-Make-7.0.0-compatible-with-10.9-SDK.patch
Expand Down