Skip to content

Commit

Permalink
Rebuild for pypy
Browse files Browse the repository at this point in the history
  • Loading branch information
regro-cf-autotick-bot committed Sep 9, 2020
1 parent ac02361 commit 049d80e
Show file tree
Hide file tree
Showing 2 changed files with 44 additions and 1 deletion.
43 changes: 43 additions & 0 deletions .ci_support/migrations/pypy.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,43 @@
migrator_ts: 1580746218 # The timestamp of when the migration was made
__migrator:
kind:
version
exclude:
- c_compiler
- vc
- cxx_compiler
- cuda_compiler_version
- docker_image
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.
# do not use mamba to check if the issued PRs are solvable
check_solvable: false

python:
- 3.6.* *_cpython # [not (osx and arm64)]
- 3.7.* *_cpython # [not (osx and arm64)]
- 3.8.* *_cpython
- 3.6.* *_73_pypy # [not (win64 or (osx and arm64))]

numpy:
- 1.16 # [not (osx and arm64)]
- 1.16 # [not (osx and arm64)]
- 1.16
- 1.18 # [not (win64 or (osx and arm64))]

python_impl:
- cpython # [not (osx and arm64)]
- cpython # [not (osx and arm64)]
- cpython
- pypy # [not (win64 or (osx and arm64))]


zip_keys:
-
- python
- numpy
- python_impl
- # [linux64]
- cuda_compiler_version # [linux64]
- docker_image # [linux64]
2 changes: 1 addition & 1 deletion recipe/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ source:
sha256: b39ee72de945cd6be3dcd14939e49d70fdaaad6230dea7363e82e7d4eda67661

build:
number: 0
number: 1
skip: true # [py2k]
script: {{ PYTHON }} -m pip install . -vv

Expand Down

0 comments on commit 049d80e

Please sign in to comment.