Skip to content

Commit

Permalink
Merge pull request #45 from corneliusroemer/arm64-migration
Browse files Browse the repository at this point in the history
Manually migrate for osx-arm64, bump to v2.0.2

travis seems half-broken, so build failure here is not indicative of new issues. same problems are with the v2.0.2 autobump
  • Loading branch information
corneliusroemer authored Jul 11, 2024
2 parents 5e4149b + ee44d52 commit ef68a61
Show file tree
Hide file tree
Showing 48 changed files with 519 additions and 188 deletions.
37 changes: 36 additions & 1 deletion .azure-pipelines/azure-pipelines-linux.yml

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

59 changes: 57 additions & 2 deletions .azure-pipelines/azure-pipelines-osx.yml

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

35 changes: 34 additions & 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.

9 changes: 1 addition & 8 deletions .ci_support/linux_64_python3.10.____cpython.yaml
Original file line number Diff line number Diff line change
@@ -1,9 +1,5 @@
c_stdlib:
- sysroot
c_stdlib_version:
- '2.12'
cdt_name:
- cos6
- cos7
channel_sources:
- conda-forge
channel_targets:
Expand All @@ -18,6 +14,3 @@ python:
- 3.10.* *_cpython
target_platform:
- linux-64
zip_keys:
- - c_stdlib_version
- cdt_name
9 changes: 1 addition & 8 deletions .ci_support/linux_64_python3.11.____cpython.yaml
Original file line number Diff line number Diff line change
@@ -1,9 +1,5 @@
c_stdlib:
- sysroot
c_stdlib_version:
- '2.12'
cdt_name:
- cos6
- cos7
channel_sources:
- conda-forge
channel_targets:
Expand All @@ -18,6 +14,3 @@ python:
- 3.11.* *_cpython
target_platform:
- linux-64
zip_keys:
- - c_stdlib_version
- cdt_name
9 changes: 1 addition & 8 deletions .ci_support/linux_64_python3.12.____cpython.yaml
Original file line number Diff line number Diff line change
@@ -1,9 +1,5 @@
c_stdlib:
- sysroot
c_stdlib_version:
- '2.12'
cdt_name:
- cos6
- cos7
channel_sources:
- conda-forge
channel_targets:
Expand All @@ -18,6 +14,3 @@ python:
- 3.12.* *_cpython
target_platform:
- linux-64
zip_keys:
- - c_stdlib_version
- cdt_name
9 changes: 1 addition & 8 deletions .ci_support/linux_64_python3.8.____cpython.yaml
Original file line number Diff line number Diff line change
@@ -1,9 +1,5 @@
c_stdlib:
- sysroot
c_stdlib_version:
- '2.12'
cdt_name:
- cos6
- cos7
channel_sources:
- conda-forge
channel_targets:
Expand All @@ -18,6 +14,3 @@ python:
- 3.8.* *_cpython
target_platform:
- linux-64
zip_keys:
- - c_stdlib_version
- cdt_name
9 changes: 1 addition & 8 deletions .ci_support/linux_64_python3.9.____73_pypy.yaml
Original file line number Diff line number Diff line change
@@ -1,9 +1,5 @@
c_stdlib:
- sysroot
c_stdlib_version:
- '2.12'
cdt_name:
- cos6
- cos7
channel_sources:
- conda-forge
channel_targets:
Expand All @@ -18,6 +14,3 @@ python:
- 3.9.* *_73_pypy
target_platform:
- linux-64
zip_keys:
- - c_stdlib_version
- cdt_name
9 changes: 1 addition & 8 deletions .ci_support/linux_64_python3.9.____cpython.yaml
Original file line number Diff line number Diff line change
@@ -1,9 +1,5 @@
c_stdlib:
- sysroot
c_stdlib_version:
- '2.12'
cdt_name:
- cos6
- cos7
channel_sources:
- conda-forge
channel_targets:
Expand All @@ -18,6 +14,3 @@ python:
- 3.9.* *_cpython
target_platform:
- linux-64
zip_keys:
- - c_stdlib_version
- cdt_name
7 changes: 0 additions & 7 deletions .ci_support/linux_aarch64_python3.10.____cpython.yaml
Original file line number Diff line number Diff line change
@@ -1,9 +1,5 @@
BUILD:
- aarch64-conda_cos7-linux-gnu
c_stdlib:
- sysroot
c_stdlib_version:
- '2.17'
cdt_arch:
- aarch64
cdt_name:
Expand All @@ -22,6 +18,3 @@ python:
- 3.10.* *_cpython
target_platform:
- linux-aarch64
zip_keys:
- - c_stdlib_version
- cdt_name
7 changes: 0 additions & 7 deletions .ci_support/linux_aarch64_python3.11.____cpython.yaml
Original file line number Diff line number Diff line change
@@ -1,9 +1,5 @@
BUILD:
- aarch64-conda_cos7-linux-gnu
c_stdlib:
- sysroot
c_stdlib_version:
- '2.17'
cdt_arch:
- aarch64
cdt_name:
Expand All @@ -22,6 +18,3 @@ python:
- 3.11.* *_cpython
target_platform:
- linux-aarch64
zip_keys:
- - c_stdlib_version
- cdt_name
7 changes: 0 additions & 7 deletions .ci_support/linux_aarch64_python3.12.____cpython.yaml
Original file line number Diff line number Diff line change
@@ -1,9 +1,5 @@
BUILD:
- aarch64-conda_cos7-linux-gnu
c_stdlib:
- sysroot
c_stdlib_version:
- '2.17'
cdt_arch:
- aarch64
cdt_name:
Expand All @@ -22,6 +18,3 @@ python:
- 3.12.* *_cpython
target_platform:
- linux-aarch64
zip_keys:
- - c_stdlib_version
- cdt_name
Loading

0 comments on commit ef68a61

Please sign in to comment.