Skip to content

Commit

Permalink
Merge pull request #16 from regro-cf-autotick-bot/rebuild-pypy37-wind…
Browse files Browse the repository at this point in the history
…ows-0-1_h780d69

Rebuild for PyPy3.7 for windows
  • Loading branch information
stuertz committed Jul 1, 2021
2 parents 8a5cd98 + 4b0e8b3 commit b4f0a24
Show file tree
Hide file tree
Showing 15 changed files with 140 additions and 183 deletions.
6 changes: 1 addition & 5 deletions .azure-pipelines/azure-pipelines-linux.yml

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

3 changes: 0 additions & 3 deletions .azure-pipelines/azure-pipelines-osx.yml

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

3 changes: 3 additions & 0 deletions .azure-pipelines/azure-pipelines-win.yml

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

25 changes: 0 additions & 25 deletions .ci_support/linux_64_python3.6.____73_pypy.yaml

This file was deleted.

13 changes: 0 additions & 13 deletions .ci_support/migrations/pcre8.yaml

This file was deleted.

46 changes: 0 additions & 46 deletions .ci_support/migrations/pypy.yaml

This file was deleted.

33 changes: 33 additions & 0 deletions .ci_support/migrations/pypy37-windows.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
migrator_ts: 1623865877
__migrator:
migration_number: 1
operation: key_add
primary_key: python
ordering:
python:
- 3.6.* *_cpython
- 3.7.* *_cpython
- 3.8.* *_cpython
- 3.9.* *_cpython
- 3.6.* *_73_pypy
- 3.7.* *_73_pypy # new entry
paused: False
longterm: True
pr_limit: 6
bump_number: 0
wait_for_migrators:
- pypy37
commit_message: "Rebuild for PyPy3.7 for windows"
exclude:
# this shouldn't attempt to modify the python feedstocks
- python
- pypy3.6
- pypy-meta

python: # [win]
- 3.7.* *_73_pypy # [win]
# additional entries to add for zip_keys
numpy: # [win]
- 1.19 # [win]
python_impl: # [win]
- pypy # [win]
26 changes: 0 additions & 26 deletions .ci_support/migrations/python39.yaml

This file was deleted.

Original file line number Diff line number Diff line change
@@ -1,22 +1,16 @@
MACOSX_DEPLOYMENT_TARGET:
- '10.9'
c_compiler:
- clang
c_compiler_version:
- '11'
- vs2017
channel_sources:
- conda-forge,defaults
channel_targets:
- conda-forge main
macos_machine:
- x86_64-apple-darwin13.4.0
pcre:
- '8'
pin_run_as_build:
python:
min_pin: x.x
max_pin: x.x
python:
- 3.6.* *_73_pypy
- 3.7.* *_73_pypy
target_platform:
- osx-64
- win-64
27 changes: 16 additions & 11 deletions .scripts/build_steps.sh

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

9 changes: 7 additions & 2 deletions .scripts/logging_utils.sh

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

19 changes: 12 additions & 7 deletions .scripts/run_docker_build.sh

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

Loading

0 comments on commit b4f0a24

Please sign in to comment.