Skip to content

Commit

Permalink
Configure ABI migrations for 11.8 (#45)
Browse files Browse the repository at this point in the history
automerged PR by conda-forge/automerge-action
  • Loading branch information
github-actions[bot] authored Oct 24, 2023
2 parents 18ae472 + f0449ce commit 026cc0f
Show file tree
Hide file tree
Showing 17 changed files with 12 additions and 39 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -33,5 +33,3 @@ zip_keys:
- cuda_compiler_version
- cdt_name
- docker_image
- - python
- channel_sources
Original file line number Diff line number Diff line change
Expand Up @@ -33,5 +33,3 @@ zip_keys:
- cuda_compiler_version
- cdt_name
- docker_image
- - python
- channel_sources
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ c_compiler_version:
cdt_name:
- cos7
channel_sources:
- conda-forge/label/python_rc,conda-forge
- conda-forge
channel_targets:
- conda-forge main
cuda_compiler:
Expand Down Expand Up @@ -33,5 +33,3 @@ zip_keys:
- cuda_compiler_version
- cdt_name
- docker_image
- - python
- channel_sources
Original file line number Diff line number Diff line change
Expand Up @@ -33,5 +33,3 @@ zip_keys:
- cuda_compiler_version
- cdt_name
- docker_image
- - python
- channel_sources
Original file line number Diff line number Diff line change
Expand Up @@ -33,5 +33,3 @@ zip_keys:
- cuda_compiler_version
- cdt_name
- docker_image
- - python
- channel_sources
Original file line number Diff line number Diff line change
Expand Up @@ -37,5 +37,3 @@ zip_keys:
- cuda_compiler_version
- cdt_name
- docker_image
- - python
- channel_sources
Original file line number Diff line number Diff line change
Expand Up @@ -37,5 +37,3 @@ zip_keys:
- cuda_compiler_version
- cdt_name
- docker_image
- - python
- channel_sources
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ cdt_arch:
cdt_name:
- cos7
channel_sources:
- conda-forge/label/python_rc,conda-forge
- conda-forge
channel_targets:
- conda-forge main
cuda_compiler:
Expand Down Expand Up @@ -37,5 +37,3 @@ zip_keys:
- cuda_compiler_version
- cdt_name
- docker_image
- - python
- channel_sources
Original file line number Diff line number Diff line change
Expand Up @@ -37,5 +37,3 @@ zip_keys:
- cuda_compiler_version
- cdt_name
- docker_image
- - python
- channel_sources
Original file line number Diff line number Diff line change
Expand Up @@ -37,5 +37,3 @@ zip_keys:
- cuda_compiler_version
- cdt_name
- docker_image
- - python
- channel_sources
Original file line number Diff line number Diff line change
Expand Up @@ -33,5 +33,3 @@ zip_keys:
- cuda_compiler_version
- cdt_name
- docker_image
- - python
- channel_sources
Original file line number Diff line number Diff line change
Expand Up @@ -33,5 +33,3 @@ zip_keys:
- cuda_compiler_version
- cdt_name
- docker_image
- - python
- channel_sources
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ c_compiler_version:
cdt_name:
- cos7
channel_sources:
- conda-forge/label/python_rc,conda-forge
- conda-forge
channel_targets:
- conda-forge main
cuda_compiler:
Expand Down Expand Up @@ -33,5 +33,3 @@ zip_keys:
- cuda_compiler_version
- cdt_name
- docker_image
- - python
- channel_sources
Original file line number Diff line number Diff line change
Expand Up @@ -33,5 +33,3 @@ zip_keys:
- cuda_compiler_version
- cdt_name
- docker_image
- - python
- channel_sources
Original file line number Diff line number Diff line change
Expand Up @@ -33,5 +33,3 @@ zip_keys:
- cuda_compiler_version
- cdt_name
- docker_image
- - python
- channel_sources
2 changes: 1 addition & 1 deletion .scripts/build_steps.sh

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

13 changes: 8 additions & 5 deletions conda-forge.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,14 @@
bot:
abi_migration_branches:
- 11.8
conda_build:
pkg_format: '2'
conda_forge_output_validation: true
github:
branch_name: main
tooling_branch_name: main
os_version:
linux_64: cos7
provider:
linux_aarch64: azure
linux_ppc64le: azure
github:
branch_name: main
tooling_branch_name: main
conda_build:
pkg_format: '2'

0 comments on commit 026cc0f

Please sign in to comment.