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

Rebuild for pypy #78

Merged
merged 7 commits into from
Apr 16, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
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
32 changes: 26 additions & 6 deletions .azure-pipelines/azure-pipelines-linux.yml

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

25 changes: 14 additions & 11 deletions .azure-pipelines/azure-pipelines-osx.yml

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

24 changes: 14 additions & 10 deletions .azure-pipelines/azure-pipelines-win.yml

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

3 changes: 3 additions & 0 deletions .ci_support/linux_aarch64_python3.6.____cpython.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,3 +26,6 @@ pin_run_as_build:
max_pin: x.x
python:
- 3.6.* *_cpython
zip_keys:
- - numpy
- python
3 changes: 3 additions & 0 deletions .ci_support/linux_aarch64_python3.7.____cpython.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,3 +26,6 @@ pin_run_as_build:
max_pin: x.x
python:
- 3.7.* *_cpython
zip_keys:
- - numpy
- python
3 changes: 3 additions & 0 deletions .ci_support/linux_aarch64_python3.8.____cpython.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,3 +26,6 @@ pin_run_as_build:
max_pin: x.x
python:
- 3.8.* *_cpython
zip_keys:
- - numpy
- python
Original file line number Diff line number Diff line change
Expand Up @@ -20,3 +20,6 @@ pin_run_as_build:
max_pin: x.x
python:
- 3.6.* *_cpython
zip_keys:
- - numpy
- python
Original file line number Diff line number Diff line change
Expand Up @@ -20,3 +20,6 @@ pin_run_as_build:
max_pin: x.x
python:
- 3.7.* *_cpython
zip_keys:
- - numpy
- python
Original file line number Diff line number Diff line change
Expand Up @@ -20,3 +20,6 @@ pin_run_as_build:
max_pin: x.x
python:
- 3.8.* *_cpython
zip_keys:
- - numpy
- python
25 changes: 25 additions & 0 deletions .ci_support/linux_numpy1.18python3.6.____73_pypy.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
c_compiler:
- gcc
c_compiler_version:
- '7'
channel_sources:
- conda-forge,defaults
channel_targets:
- conda-forge main
cxx_compiler:
- gxx
cxx_compiler_version:
- '7'
docker_image:
- condaforge/linux-anvil-comp7
numpy:
- '1.18'
pin_run_as_build:
python:
min_pin: x.x
max_pin: x.x
python:
- 3.6.* *_73_pypy
zip_keys:
- - numpy
- python
Original file line number Diff line number Diff line change
Expand Up @@ -20,3 +20,6 @@ pin_run_as_build:
max_pin: x.x
python:
- 3.6.* *_cpython
zip_keys:
- - numpy
- python
Original file line number Diff line number Diff line change
Expand Up @@ -20,3 +20,6 @@ pin_run_as_build:
max_pin: x.x
python:
- 3.7.* *_cpython
zip_keys:
- - numpy
- python
Original file line number Diff line number Diff line change
Expand Up @@ -20,3 +20,6 @@ pin_run_as_build:
max_pin: x.x
python:
- 3.8.* *_cpython
zip_keys:
- - numpy
- python
25 changes: 25 additions & 0 deletions .ci_support/linux_ppc64le_numpy1.18python3.6.____73_pypy.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
c_compiler:
- gcc
c_compiler_version:
- '8'
channel_sources:
- conda-forge,defaults
channel_targets:
- conda-forge main
cxx_compiler:
- gxx
cxx_compiler_version:
- '8'
docker_image:
- condaforge/linux-anvil-ppc64le
numpy:
- '1.18'
pin_run_as_build:
python:
min_pin: x.x
max_pin: x.x
python:
- 3.6.* *_73_pypy
zip_keys:
- - numpy
- python
14 changes: 14 additions & 0 deletions .ci_support/migrations/pypy.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
migrator_ts: 1580746218 # The timestamp of when the migration was made
__migrator:
kind:
version
migration_number: # Only use this if the bot messes up, putting this in will cause a complete rerun of the migration
1
bump_number: 1 # Hashes changed for cpython, so it's better to bump build numbers.

python:
- 2.7.* *_cpython # [not (aarch64 or ppc64le)]
- 3.6.* *_cpython
- 3.7.* *_cpython
- 3.8.* *_cpython
- 3.6.* *_73_pypy # [not win64]
Original file line number Diff line number Diff line change
Expand Up @@ -24,3 +24,6 @@ pin_run_as_build:
max_pin: x.x
python:
- 3.6.* *_cpython
zip_keys:
- - numpy
- python
Original file line number Diff line number Diff line change
Expand Up @@ -24,3 +24,6 @@ pin_run_as_build:
max_pin: x.x
python:
- 3.7.* *_cpython
zip_keys:
- - numpy
- python
Original file line number Diff line number Diff line change
Expand Up @@ -24,3 +24,6 @@ pin_run_as_build:
max_pin: x.x
python:
- 3.8.* *_cpython
zip_keys:
- - numpy
- python
29 changes: 29 additions & 0 deletions .ci_support/osx_numpy1.18python3.6.____73_pypy.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
MACOSX_DEPLOYMENT_TARGET:
- '10.9'
c_compiler:
- clang
c_compiler_version:
- '9'
channel_sources:
- conda-forge,defaults
channel_targets:
- conda-forge main
cxx_compiler:
- clangxx
cxx_compiler_version:
- '9'
macos_machine:
- x86_64-apple-darwin13.4.0
macos_min_version:
- '10.9'
numpy:
- '1.18'
pin_run_as_build:
python:
min_pin: x.x
max_pin: x.x
python:
- 3.6.* *_73_pypy
zip_keys:
- - numpy
- python
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
c_compiler:
- vs2015
- vs2017
channel_sources:
- conda-forge,defaults
channel_targets:
- conda-forge main
cxx_compiler:
- vs2015
- vs2017
numpy:
- '1.14'
pin_run_as_build:
Expand All @@ -15,6 +15,5 @@ pin_run_as_build:
python:
- 3.6.* *_cpython
zip_keys:
- - python
- c_compiler
- cxx_compiler
- - numpy
- python
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
c_compiler:
- vs2015
- vs2017
channel_sources:
- conda-forge,defaults
channel_targets:
- conda-forge main
cxx_compiler:
- vs2015
- vs2017
numpy:
- '1.14'
pin_run_as_build:
Expand All @@ -15,6 +15,5 @@ pin_run_as_build:
python:
- 3.7.* *_cpython
zip_keys:
- - python
- c_compiler
- cxx_compiler
- - numpy
- python
Loading