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

Enable legacy and ftp for 2.9 compatability #78

Merged
merged 2 commits into from
Oct 11, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 2 additions & 9 deletions .ci_support/linux_64_.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,17 +15,10 @@ docker_image:
icu:
- '70'
libiconv:
- '1.17'
pin_run_as_build:
libiconv:
max_pin: x.x
xz:
max_pin: x.x
zlib:
max_pin: x.x
- '1'
target_platform:
- linux-64
xz:
- '5.2'
- '5'
zlib:
- '1.2'
11 changes: 2 additions & 9 deletions .ci_support/linux_aarch64_.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,17 +19,10 @@ docker_image:
icu:
- '70'
libiconv:
- '1.17'
pin_run_as_build:
libiconv:
max_pin: x.x
xz:
max_pin: x.x
zlib:
max_pin: x.x
- '1'
target_platform:
- linux-aarch64
xz:
- '5.2'
- '5'
zlib:
- '1.2'
11 changes: 2 additions & 9 deletions .ci_support/linux_ppc64le_.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,17 +15,10 @@ docker_image:
icu:
- '70'
libiconv:
- '1.17'
pin_run_as_build:
libiconv:
max_pin: x.x
xz:
max_pin: x.x
zlib:
max_pin: x.x
- '1'
target_platform:
- linux-ppc64le
xz:
- '5.2'
- '5'
zlib:
- '1.2'
7 changes: 0 additions & 7 deletions .ci_support/migrations/libiconv117.yaml

This file was deleted.

11 changes: 2 additions & 9 deletions .ci_support/osx_64_.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,19 +13,12 @@ channel_targets:
icu:
- '70'
libiconv:
- '1.17'
- '1'
macos_machine:
- x86_64-apple-darwin13.4.0
pin_run_as_build:
libiconv:
max_pin: x.x
xz:
max_pin: x.x
zlib:
max_pin: x.x
target_platform:
- osx-64
xz:
- '5.2'
- '5'
zlib:
- '1.2'
11 changes: 2 additions & 9 deletions .ci_support/osx_arm64_.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,19 +13,12 @@ channel_targets:
icu:
- '70'
libiconv:
- '1.17'
- '1'
macos_machine:
- arm64-apple-darwin20.0.0
pin_run_as_build:
libiconv:
max_pin: x.x
xz:
max_pin: x.x
zlib:
max_pin: x.x
target_platform:
- osx-arm64
xz:
- '5.2'
- '5'
zlib:
- '1.2'
7 changes: 1 addition & 6 deletions .ci_support/win_64_.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,7 @@ channel_sources:
channel_targets:
- conda-forge main
libiconv:
- '1.17'
pin_run_as_build:
libiconv:
max_pin: x.x
zlib:
max_pin: x.x
- '1'
target_platform:
- win-64
zlib:
Expand Down
2 changes: 2 additions & 0 deletions recipe/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@ export CPPFLAGS="${CPPFLAGS} -DFALSE=0 -DTRUE=1"
--with-zlib="${PREFIX}" \
--with-icu \
--with-lzma="${PREFIX}" \
--with-ftp \
--with-legacy \
--without-python \
--enable-static=no
make -j${CPU_COUNT} ${VERBOSE_AT}
Expand Down
2 changes: 1 addition & 1 deletion recipe/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ source:
- 0004-CVE-2017-8872.patch

build:
number: 1
number: 2
run_exports:
# remove symbols at minor versions.
# https://abi-laboratory.pro/tracker/timeline/libxml2/
Expand Down