Skip to content

Commit

Permalink
Merge pull request #32 from bollwyvl/fix-ci-setup
Browse files Browse the repository at this point in the history
remove custom remote_ci_setup
  • Loading branch information
bollwyvl authored Sep 2, 2024
2 parents f7c2e2f + 463ac8c commit ee40614
Show file tree
Hide file tree
Showing 25 changed files with 167 additions and 319 deletions.
12 changes: 4 additions & 8 deletions .azure-pipelines/azure-pipelines-linux.yml

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

12 changes: 5 additions & 7 deletions .azure-pipelines/azure-pipelines-osx.yml

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

14 changes: 9 additions & 5 deletions .ci_support/linux_64_python3.10.____cpython.yaml
Original file line number Diff line number Diff line change
@@ -1,17 +1,21 @@
c_compiler:
- gcc
c_compiler_version:
- '12'
- '13'
c_stdlib:
- sysroot
c_stdlib_version:
- '2.17'
cdt_name:
- cos6
- cos7
channel_sources:
- conda-forge
channel_targets:
- conda-forge main
cxx_compiler:
- gxx
cxx_compiler_version:
- '12'
- '13'
docker_image:
- quay.io/condaforge/linux-anvil-cos7-x86_64
pin_run_as_build:
Expand All @@ -25,5 +29,5 @@ target_platform:
zip_keys:
- - c_compiler_version
- cxx_compiler_version
- - python
- channel_sources
- - c_stdlib_version
- cdt_name
14 changes: 9 additions & 5 deletions .ci_support/linux_64_python3.11.____cpython.yaml
Original file line number Diff line number Diff line change
@@ -1,17 +1,21 @@
c_compiler:
- gcc
c_compiler_version:
- '12'
- '13'
c_stdlib:
- sysroot
c_stdlib_version:
- '2.17'
cdt_name:
- cos6
- cos7
channel_sources:
- conda-forge
channel_targets:
- conda-forge main
cxx_compiler:
- gxx
cxx_compiler_version:
- '12'
- '13'
docker_image:
- quay.io/condaforge/linux-anvil-cos7-x86_64
pin_run_as_build:
Expand All @@ -25,5 +29,5 @@ target_platform:
zip_keys:
- - c_compiler_version
- cxx_compiler_version
- - python
- channel_sources
- - c_stdlib_version
- cdt_name
16 changes: 10 additions & 6 deletions .ci_support/linux_64_python3.12.____cpython.yaml
Original file line number Diff line number Diff line change
@@ -1,17 +1,21 @@
c_compiler:
- gcc
c_compiler_version:
- '12'
- '13'
c_stdlib:
- sysroot
c_stdlib_version:
- '2.17'
cdt_name:
- cos6
- cos7
channel_sources:
- conda-forge/label/python_rc,conda-forge
- conda-forge
channel_targets:
- conda-forge main
cxx_compiler:
- gxx
cxx_compiler_version:
- '12'
- '13'
docker_image:
- quay.io/condaforge/linux-anvil-cos7-x86_64
pin_run_as_build:
Expand All @@ -25,5 +29,5 @@ target_platform:
zip_keys:
- - c_compiler_version
- cxx_compiler_version
- - python
- channel_sources
- - c_stdlib_version
- cdt_name
29 changes: 0 additions & 29 deletions .ci_support/linux_64_python3.8.____cpython.yaml

This file was deleted.

29 changes: 0 additions & 29 deletions .ci_support/linux_64_python3.9.____73_pypy.yaml

This file was deleted.

14 changes: 9 additions & 5 deletions .ci_support/linux_64_python3.9.____cpython.yaml
Original file line number Diff line number Diff line change
@@ -1,17 +1,21 @@
c_compiler:
- gcc
c_compiler_version:
- '12'
- '13'
c_stdlib:
- sysroot
c_stdlib_version:
- '2.17'
cdt_name:
- cos6
- cos7
channel_sources:
- conda-forge
channel_targets:
- conda-forge main
cxx_compiler:
- gxx
cxx_compiler_version:
- '12'
- '13'
docker_image:
- quay.io/condaforge/linux-anvil-cos7-x86_64
pin_run_as_build:
Expand All @@ -25,5 +29,5 @@ target_platform:
zip_keys:
- - c_compiler_version
- cxx_compiler_version
- - python
- channel_sources
- - c_stdlib_version
- cdt_name
53 changes: 0 additions & 53 deletions .ci_support/migrations/pypy38.yaml

This file was deleted.

37 changes: 0 additions & 37 deletions .ci_support/migrations/python311.yaml

This file was deleted.

14 changes: 9 additions & 5 deletions .ci_support/osx_64_python3.10.____cpython.yaml
Original file line number Diff line number Diff line change
@@ -1,17 +1,23 @@
MACOSX_DEPLOYMENT_TARGET:
- '10.9'
- '10.13'
MACOSX_SDK_VERSION:
- '10.13'
c_compiler:
- clang
c_compiler_version:
- '15'
- '17'
c_stdlib:
- macosx_deployment_target
c_stdlib_version:
- '10.13'
channel_sources:
- conda-forge
channel_targets:
- conda-forge main
cxx_compiler:
- clangxx
cxx_compiler_version:
- '15'
- '17'
macos_machine:
- x86_64-apple-darwin13.4.0
pin_run_as_build:
Expand All @@ -25,5 +31,3 @@ target_platform:
zip_keys:
- - c_compiler_version
- cxx_compiler_version
- - python
- channel_sources
Loading

0 comments on commit ee40614

Please sign in to comment.