Skip to content

Commit

Permalink
Merge pull request #18 from conda-forge-admin/conda_forge_admin_17
Browse files Browse the repository at this point in the history
improve ignore_run_exports, don't refer to `-ng` packages
  • Loading branch information
duncanmmacleod authored Aug 16, 2024
2 parents e7116b6 + 942b9a5 commit 0c6ab49
Show file tree
Hide file tree
Showing 21 changed files with 70 additions and 344 deletions.
1 change: 1 addition & 0 deletions .azure-pipelines/azure-pipelines-linux.yml

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

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

This file was deleted.

2 changes: 1 addition & 1 deletion .azure-pipelines/azure-pipelines-win.yml

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

10 changes: 7 additions & 3 deletions .ci_support/linux_64_.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,12 @@ c_compiler:
- gcc
c_compiler_version:
- '12'
c_stdlib:
- sysroot
c_stdlib_version:
- '2.17'
cdt_name:
- cos6
- cos7
channel_sources:
- conda-forge
channel_targets:
Expand All @@ -14,8 +18,8 @@ cxx_compiler_version:
- '12'
docker_image:
- quay.io/condaforge/linux-anvil-cos7-x86_64
target_platform:
- linux-64
zip_keys:
- - c_compiler_version
- cxx_compiler_version
- - c_stdlib_version
- cdt_name
25 changes: 0 additions & 25 deletions .ci_support/linux_aarch64_.yaml

This file was deleted.

21 changes: 0 additions & 21 deletions .ci_support/linux_ppc64le_.yaml

This file was deleted.

10 changes: 0 additions & 10 deletions .ci_support/osx_64_.yaml

This file was deleted.

10 changes: 0 additions & 10 deletions .ci_support/osx_arm64_.yaml

This file was deleted.

6 changes: 2 additions & 4 deletions .ci_support/win_64_.yaml
Original file line number Diff line number Diff line change
@@ -1,12 +1,10 @@
c_compiler:
- vs2019
c_stdlib:
- vs
channel_sources:
- conda-forge
channel_targets:
- conda-forge main
cxx_compiler:
- vs2019
target_platform:
- win-64
vc:
- '14'
4 changes: 2 additions & 2 deletions .gitattributes

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

13 changes: 12 additions & 1 deletion .gitignore

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

18 changes: 9 additions & 9 deletions .scripts/build_steps.sh

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

6 changes: 6 additions & 0 deletions .scripts/run_docker_build.sh

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

101 changes: 0 additions & 101 deletions .scripts/run_osx_build.sh

This file was deleted.

9 changes: 7 additions & 2 deletions .scripts/run_win_build.bat

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

Loading

0 comments on commit 0c6ab49

Please sign in to comment.