Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[3.7] Build against libxcrypt on Linux #676

Open
wants to merge 11 commits into
base: 3.7
Choose a base branch
from
Open
18 changes: 11 additions & 7 deletions .azure-pipelines/azure-pipelines-linux.yml

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

11 changes: 10 additions & 1 deletion .azure-pipelines/azure-pipelines-osx.yml

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

106 changes: 24 additions & 82 deletions .azure-pipelines/azure-pipelines-win.yml

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

7 changes: 6 additions & 1 deletion .ci_support/README

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

20 changes: 1 addition & 19 deletions .ci_support/linux_64_openssl1.1.1.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,33 +15,17 @@ cxx_compiler:
cxx_compiler_version:
- '9'
docker_image:
- quay.io/condaforge/linux-anvil-comp7
- quay.io/condaforge/linux-anvil-cos7-x86_64
libffi:
- '3.4'
ncurses:
- '6.2'
openssl:
- 1.1.1
pin_run_as_build:
bzip2:
max_pin: x
libffi:
max_pin: x.x
ncurses:
max_pin: x.x
python:
min_pin: x.x
max_pin: x.x
readline:
max_pin: x
sqlite:
max_pin: x
tk:
max_pin: x.x
xz:
max_pin: x.x
zlib:
max_pin: x.x
python:
- '3.7'
readline:
Expand All @@ -57,7 +41,5 @@ xz:
zip_keys:
- - c_compiler_version
- cxx_compiler_version
- - cdt_name
- docker_image
zlib:
- '1.2'
20 changes: 1 addition & 19 deletions .ci_support/linux_64_openssl3.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,33 +15,17 @@ cxx_compiler:
cxx_compiler_version:
- '9'
docker_image:
- quay.io/condaforge/linux-anvil-comp7
- quay.io/condaforge/linux-anvil-cos7-x86_64
libffi:
- '3.4'
ncurses:
- '6.2'
openssl:
- '3'
pin_run_as_build:
bzip2:
max_pin: x
libffi:
max_pin: x.x
ncurses:
max_pin: x.x
python:
min_pin: x.x
max_pin: x.x
readline:
max_pin: x
sqlite:
max_pin: x
tk:
max_pin: x.x
xz:
max_pin: x.x
zlib:
max_pin: x.x
Comment on lines -26 to -44
Copy link
Member

Choose a reason for hiding this comment

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

Wouldn't we also need to match the pins for previous pin_run_as_build packages to "period-appropriate" versions in the local CBC?

python:
- '3.7'
readline:
Expand All @@ -57,7 +41,5 @@ xz:
zip_keys:
- - c_compiler_version
- cxx_compiler_version
- - cdt_name
- docker_image
zlib:
- '1.2'
16 changes: 0 additions & 16 deletions .ci_support/linux_aarch64_openssl1.1.1.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,25 +27,9 @@ ncurses:
openssl:
- 1.1.1
pin_run_as_build:
bzip2:
max_pin: x
libffi:
max_pin: x.x
ncurses:
max_pin: x.x
python:
min_pin: x.x
max_pin: x.x
readline:
max_pin: x
sqlite:
max_pin: x
tk:
max_pin: x.x
xz:
max_pin: x.x
zlib:
max_pin: x.x
python:
- '3.7'
readline:
Expand Down
16 changes: 0 additions & 16 deletions .ci_support/linux_aarch64_openssl3.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,25 +27,9 @@ ncurses:
openssl:
- '3'
pin_run_as_build:
bzip2:
max_pin: x
libffi:
max_pin: x.x
ncurses:
max_pin: x.x
python:
min_pin: x.x
max_pin: x.x
readline:
max_pin: x
sqlite:
max_pin: x
tk:
max_pin: x.x
xz:
max_pin: x.x
zlib:
max_pin: x.x
python:
- '3.7'
readline:
Expand Down
14 changes: 0 additions & 14 deletions .ci_support/linux_ppc64le_openssl1.1.1.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,23 +23,9 @@ ncurses:
openssl:
- 1.1.1
pin_run_as_build:
bzip2:
max_pin: x
libffi:
max_pin: x.x
ncurses:
max_pin: x.x
python:
min_pin: x.x
max_pin: x.x
readline:
max_pin: x
sqlite:
max_pin: x
xz:
max_pin: x.x
zlib:
max_pin: x.x
python:
- '3.7'
readline:
Expand Down
14 changes: 0 additions & 14 deletions .ci_support/linux_ppc64le_openssl3.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,23 +23,9 @@ ncurses:
openssl:
- '3'
pin_run_as_build:
bzip2:
max_pin: x
libffi:
max_pin: x.x
ncurses:
max_pin: x.x
python:
min_pin: x.x
max_pin: x.x
readline:
max_pin: x
sqlite:
max_pin: x
xz:
max_pin: x.x
zlib:
max_pin: x.x
python:
- '3.7'
readline:
Expand Down
Loading