Skip to content

Commit

Permalink
Merge pull request #41 from wolfv/271_windows
Browse files Browse the repository at this point in the history
Ruby 2.7.2 & Windows support
  • Loading branch information
scopatz committed Oct 30, 2020
2 parents 3704f7d + af858fd commit c4b1a32
Show file tree
Hide file tree
Showing 31 changed files with 417 additions and 100 deletions.
25 changes: 15 additions & 10 deletions .azure-pipelines/azure-pipelines-linux.yml

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

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

111 changes: 111 additions & 0 deletions .azure-pipelines/azure-pipelines-win.yml

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

4 changes: 3 additions & 1 deletion .ci_support/linux_.yaml → .ci_support/linux_64_.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ gmp:
libffi:
- '3.2'
ncurses:
- '6.1'
- '6.2'
openssl:
- 1.1.1
pin_run_as_build:
Expand All @@ -35,5 +35,7 @@ pin_run_as_build:
max_pin: x.x
readline:
- '8.0'
target_platform:
- linux-64
zlib:
- '1.2'
8 changes: 5 additions & 3 deletions .ci_support/linux_aarch64_.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ BUILD:
c_compiler:
- gcc
c_compiler_version:
- '7'
- '7.5'
cdt_arch:
- aarch64
cdt_name:
Expand All @@ -15,15 +15,15 @@ channel_targets:
cxx_compiler:
- gxx
cxx_compiler_version:
- '7'
- '7.5'
docker_image:
- condaforge/linux-anvil-aarch64
gmp:
- '6'
libffi:
- '3.2'
ncurses:
- '6.1'
- '6.2'
openssl:
- 1.1.1
pin_run_as_build:
Expand All @@ -41,5 +41,7 @@ pin_run_as_build:
max_pin: x.x
readline:
- '8.0'
target_platform:
- linux-aarch64
zlib:
- '1.2'
4 changes: 3 additions & 1 deletion .ci_support/linux_ppc64le_.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ gmp:
libffi:
- '3.2'
ncurses:
- '6.1'
- '6.2'
openssl:
- 1.1.1
pin_run_as_build:
Expand All @@ -35,5 +35,7 @@ pin_run_as_build:
max_pin: x.x
readline:
- '8.0'
target_platform:
- linux-ppc64le
zlib:
- '1.2'
10 changes: 5 additions & 5 deletions .ci_support/osx_.yaml → .ci_support/osx_64_.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,25 +3,23 @@ MACOSX_DEPLOYMENT_TARGET:
c_compiler:
- clang
c_compiler_version:
- '9'
- '10'
channel_sources:
- conda-forge,defaults
channel_targets:
- conda-forge main
cxx_compiler:
- clangxx
cxx_compiler_version:
- '9'
- '10'
gmp:
- '6'
libffi:
- '3.2'
macos_machine:
- x86_64-apple-darwin13.4.0
macos_min_version:
- '10.9'
ncurses:
- '6.1'
- '6.2'
openssl:
- 1.1.1
pin_run_as_build:
Expand All @@ -39,5 +37,7 @@ pin_run_as_build:
max_pin: x.x
readline:
- '8.0'
target_platform:
- osx-64
zlib:
- '1.2'
23 changes: 23 additions & 0 deletions .ci_support/win_64_.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
c_compiler:
- vs2017
channel_sources:
- conda-forge,defaults
channel_targets:
- conda-forge main
cxx_compiler:
- vs2017
libffi:
- '3.2'
openssl:
- 1.1.1
pin_run_as_build:
libffi:
max_pin: x.x
openssl:
max_pin: x.x.x
zlib:
max_pin: x.x
target_platform:
- win-64
zlib:
- '1.2'
31 changes: 31 additions & 0 deletions .drone.yml

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

2 changes: 1 addition & 1 deletion .gitattributes

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

2 changes: 1 addition & 1 deletion .github/CODEOWNERS

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

5 changes: 3 additions & 2 deletions .scripts/build_steps.sh

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

Loading

1 comment on commit c4b1a32

@conda-forge-linter
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hi! This is the friendly automated conda-forge-webservice.

I updated the Github team because of this commit.

  • @wolfv was added to this feedstock maintenance team.

You should get push access to this feedstock and CI services.

Feel free to join the community chat room.

NOTE: Please make sure to not push to the repository directly.
Use branches in your fork for any changes and send a PR.
More details here

Please sign in to comment.