Skip to content

Commit

Permalink
fix: skip broken builds for now (#116)
Browse files Browse the repository at this point in the history
  • Loading branch information
henryiii authored Aug 25, 2022
1 parent 2e70f8b commit e89fd1f
Show file tree
Hide file tree
Showing 41 changed files with 201 additions and 599 deletions.
72 changes: 24 additions & 48 deletions .azure-pipelines/azure-pipelines-linux.yml

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

33 changes: 12 additions & 21 deletions .azure-pipelines/azure-pipelines-osx.yml

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

22 changes: 8 additions & 14 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 @@ -20,8 +20,12 @@ pin_run_as_build:
max_pin: x.x
python:
- 3.10.* *_cpython
python_impl:
- cpython
target_platform:
- linux-64
zip_keys:
- - c_compiler_version
- cxx_compiler_version
- - python
- python_impl
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,12 @@ pin_run_as_build:
max_pin: x.x
python:
- 3.7.* *_cpython
python_impl:
- cpython
target_platform:
- linux-64
zip_keys:
- - c_compiler_version
- cxx_compiler_version
- - python
- python_impl
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,12 @@ pin_run_as_build:
max_pin: x.x
python:
- 3.8.* *_73_pypy
python_impl:
- pypy
target_platform:
- linux-64
zip_keys:
- - c_compiler_version
- cxx_compiler_version
- - python
- python_impl
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,12 @@ pin_run_as_build:
max_pin: x.x
python:
- 3.8.* *_cpython
python_impl:
- cpython
target_platform:
- linux-64
zip_keys:
- - c_compiler_version
- cxx_compiler_version
- - python
- python_impl
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,12 @@ pin_run_as_build:
max_pin: x.x
python:
- 3.9.* *_73_pypy
python_impl:
- pypy
target_platform:
- linux-64
zip_keys:
- - c_compiler_version
- cxx_compiler_version
- - python
- python_impl
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,12 @@ pin_run_as_build:
max_pin: x.x
python:
- 3.9.* *_cpython
python_impl:
- cpython
target_platform:
- linux-64
zip_keys:
- - c_compiler_version
- cxx_compiler_version
- - python
- python_impl
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,12 @@ pin_run_as_build:
max_pin: x.x
python:
- 3.10.* *_cpython
python_impl:
- cpython
target_platform:
- linux-aarch64
zip_keys:
- - c_compiler_version
- cxx_compiler_version
- - python
- python_impl
31 changes: 0 additions & 31 deletions .ci_support/linux_aarch64_python3.7.____cpython.yaml

This file was deleted.

31 changes: 0 additions & 31 deletions .ci_support/linux_aarch64_python3.8.____73_pypy.yaml

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,12 @@ pin_run_as_build:
max_pin: x.x
python:
- 3.8.* *_cpython
python_impl:
- cpython
target_platform:
- linux-aarch64
zip_keys:
- - c_compiler_version
- cxx_compiler_version
- - python
- python_impl
31 changes: 0 additions & 31 deletions .ci_support/linux_aarch64_python3.9.____73_pypy.yaml

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,12 @@ pin_run_as_build:
max_pin: x.x
python:
- 3.9.* *_cpython
python_impl:
- cpython
target_platform:
- linux-aarch64
zip_keys:
- - c_compiler_version
- cxx_compiler_version
- - python
- python_impl
Loading

0 comments on commit e89fd1f

Please sign in to comment.