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

Run test suite; cross-compile ppc #77

Merged
merged 5 commits into from
Oct 8, 2023
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
70 changes: 35 additions & 35 deletions .azure-pipelines/azure-pipelines-linux.yml

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

20 changes: 10 additions & 10 deletions .azure-pipelines/azure-pipelines-osx.yml

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

20 changes: 10 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.

Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,10 @@ pin_run_as_build:
max_pin: x.x
python:
- 3.10.* *_cpython
python_impl:
- cpython
target_platform:
- linux-64
zip_keys:
- - python
- python_impl
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,10 @@ pin_run_as_build:
max_pin: x.x
python:
- 3.11.* *_cpython
python_impl:
- cpython
target_platform:
- linux-64
zip_keys:
- - python
- python_impl
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,10 @@ pin_run_as_build:
max_pin: x.x
python:
- 3.8.* *_cpython
python_impl:
- cpython
target_platform:
- linux-64
zip_keys:
- - python
- python_impl
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,10 @@ pin_run_as_build:
max_pin: x.x
python:
- 3.9.* *_73_pypy
python_impl:
- pypy
target_platform:
- linux-64
zip_keys:
- - python
- python_impl
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,10 @@ pin_run_as_build:
max_pin: x.x
python:
- 3.9.* *_cpython
python_impl:
- cpython
target_platform:
- linux-64
zip_keys:
- - python
- python_impl
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,10 @@ pin_run_as_build:
max_pin: x.x
python:
- 3.10.* *_cpython
python_impl:
- cpython
target_platform:
- linux-aarch64
zip_keys:
- - python
- python_impl
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,10 @@ pin_run_as_build:
max_pin: x.x
python:
- 3.11.* *_cpython
python_impl:
- cpython
target_platform:
- linux-aarch64
zip_keys:
- - python
- python_impl
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,10 @@ pin_run_as_build:
max_pin: x.x
python:
- 3.8.* *_cpython
python_impl:
- cpython
target_platform:
- linux-aarch64
zip_keys:
- - python
- python_impl
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,10 @@ pin_run_as_build:
max_pin: x.x
python:
- 3.9.* *_73_pypy
python_impl:
- pypy
target_platform:
- linux-aarch64
zip_keys:
- - python
- python_impl
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,10 @@ pin_run_as_build:
max_pin: x.x
python:
- 3.9.* *_cpython
python_impl:
- cpython
target_platform:
- linux-aarch64
zip_keys:
- - python
- python_impl
20 changes: 0 additions & 20 deletions .ci_support/linux_ppc64le_python3.10.____cpython.yaml

This file was deleted.

Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
c_compiler:
- gcc
c_compiler_version:
- '12'
cdt_name:
- cos7
channel_sources:
- conda-forge
channel_targets:
- conda-forge main
docker_image:
- quay.io/condaforge/linux-anvil-cos7-x86_64
pin_run_as_build:
python:
min_pin: x.x
max_pin: x.x
python:
- 3.10.* *_cpython
python_impl:
- cpython
target_platform:
- linux-ppc64le
zip_keys:
- - python
- python_impl
20 changes: 0 additions & 20 deletions .ci_support/linux_ppc64le_python3.11.____cpython.yaml

This file was deleted.

Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
c_compiler:
- gcc
c_compiler_version:
- '12'
cdt_name:
- cos7
channel_sources:
- conda-forge
channel_targets:
- conda-forge main
docker_image:
- quay.io/condaforge/linux-anvil-cos7-x86_64
pin_run_as_build:
python:
min_pin: x.x
max_pin: x.x
python:
- 3.11.* *_cpython
python_impl:
- cpython
target_platform:
- linux-ppc64le
zip_keys:
- - python
- python_impl
20 changes: 0 additions & 20 deletions .ci_support/linux_ppc64le_python3.8.____cpython.yaml

This file was deleted.

Loading