Skip to content

Commit 1da84a8

Browse files
Rebuild for libffi 3.5
1 parent 641afe2 commit 1da84a8

3 files changed

Lines changed: 21 additions & 8 deletions

File tree

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
__migrator:
2+
build_number: 1
3+
commit_message: Rebuild for libffi 3.5
4+
kind: version
5+
migration_number: 1
6+
libffi:
7+
- '3.5'
8+
migrator_ts: 1760302128.4447467

conda-forge.yml

Lines changed: 12 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,23 @@
1-
build_platform: {osx_arm64: osx_64, linux_ppc64le: linux_64, linux_aarch64: linux_64}
2-
conda_forge_output_validation: true
3-
provider: {linux_aarch64: default, linux_ppc64le: native}
1+
azure:
2+
store_build_artifacts: true
43
bot:
54
abi_migration_branches:
65
- '3.8'
76
- '3.9'
87
- '3.10'
98
- '3.11'
109
- '3.12'
11-
azure:
12-
store_build_artifacts: true
10+
build_platform:
11+
linux_aarch64: linux_64
12+
linux_ppc64le: linux_64
13+
osx_arm64: osx_64
14+
conda_build:
15+
pkg_format: '2'
16+
conda_forge_output_validation: true
1317
github:
1418
branch_name: main
1519
tooling_branch_name: main
16-
conda_build:
17-
pkg_format: '2'
20+
provider:
21+
linux_aarch64: default
22+
linux_ppc64le: native
1823
test: native_and_emulated

recipe/meta.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
{% set ver2 = '.'.join(version.split('.')[0:2]) %}
55
{% set ver2nd = ''.join(version.split('.')[0:2]) %}
66
{% set ver3nd = ''.join(version.split('.')[0:3]) %}
7-
{% set build_number = 0 %}
7+
{% set build_number = 1 %}
88

99
# this makes the linter happy
1010
{% set channel_targets = channel_targets or 'conda-forge main' %}

0 commit comments

Comments
 (0)