Skip to content

Commit

Permalink
Merge pull request #244 from jdblischak/drop-libcurl-7
Browse files Browse the repository at this point in the history
Drop libcurl 7 variants
  • Loading branch information
jdblischak committed Mar 1, 2024
2 parents a7508b6 + 85c0992 commit 1eb0100
Show file tree
Hide file tree
Showing 24 changed files with 65 additions and 395 deletions.
24 changes: 6 additions & 18 deletions .azure-pipelines/azure-pipelines-linux.yml

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

14 changes: 4 additions & 10 deletions .azure-pipelines/azure-pipelines-osx.yml

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

7 changes: 2 additions & 5 deletions .azure-pipelines/azure-pipelines-win.yml

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

@@ -1,3 +1,7 @@
aws_crt_cpp:
- 0.26.2
aws_sdk_cpp:
- 1.11.267
bzip2:
- '1'
cdt_name:
Expand All @@ -12,8 +16,6 @@ cxx_compiler_version:
- '12'
docker_image:
- quay.io/condaforge/linux-anvil-cos7-x86_64
gcs:
- gcs_enabled
libabseil:
- '20230802'
libcurl:
Expand All @@ -30,9 +32,6 @@ openssl:
- '3'
target_platform:
- linux-64
zip_keys:
- - gcs
- libcurl
zlib:
- '1.2'
zstd:
Expand Down
39 changes: 0 additions & 39 deletions .ci_support/linux_64_gcsgcs_disabledlibcurl7.yaml

This file was deleted.

@@ -1,5 +1,9 @@
BUILD:
- aarch64-conda_cos7-linux-gnu
aws_crt_cpp:
- 0.26.2
aws_sdk_cpp:
- 1.11.267
bzip2:
- '1'
cdt_arch:
Expand All @@ -16,8 +20,6 @@ cxx_compiler_version:
- '12'
docker_image:
- quay.io/condaforge/linux-anvil-cos7-x86_64
gcs:
- gcs_enabled
libabseil:
- '20230802'
libcurl:
Expand All @@ -34,9 +36,6 @@ openssl:
- '3'
target_platform:
- linux-aarch64
zip_keys:
- - gcs
- libcurl
zlib:
- '1.2'
zstd:
Expand Down
43 changes: 0 additions & 43 deletions .ci_support/linux_aarch64_gcsgcs_disabledlibcurl7.yaml

This file was deleted.

@@ -1,3 +1,7 @@
aws_crt_cpp:
- 0.26.2
aws_sdk_cpp:
- 1.11.267
bzip2:
- '1'
cdt_name:
Expand All @@ -12,8 +16,6 @@ cxx_compiler_version:
- '12'
docker_image:
- quay.io/condaforge/linux-anvil-cos7-x86_64
gcs:
- gcs_enabled
libabseil:
- '20230802'
libcurl:
Expand All @@ -30,9 +32,6 @@ openssl:
- '3'
target_platform:
- linux-ppc64le
zip_keys:
- - gcs
- libcurl
zlib:
- '1.2'
zstd:
Expand Down
39 changes: 0 additions & 39 deletions .ci_support/linux_ppc64le_gcsgcs_disabledlibcurl7.yaml

This file was deleted.

Expand Up @@ -2,6 +2,10 @@ MACOSX_DEPLOYMENT_TARGET:
- '10.14'
MACOSX_SDK_VERSION:
- '10.15'
aws_crt_cpp:
- 0.26.2
aws_sdk_cpp:
- 1.11.267
bzip2:
- '1'
channel_sources:
Expand All @@ -12,8 +16,6 @@ cxx_compiler:
- clangxx
cxx_compiler_version:
- '16'
gcs:
- gcs_enabled
libabseil:
- '20230802'
libcurl:
Expand All @@ -32,9 +34,6 @@ openssl:
- '3'
target_platform:
- osx-64
zip_keys:
- - gcs
- libcurl
zlib:
- '1.2'
zstd:
Expand Down
41 changes: 0 additions & 41 deletions .ci_support/osx_64_gcsgcs_disabledlibcurl7.yaml

This file was deleted.

@@ -1,5 +1,9 @@
MACOSX_DEPLOYMENT_TARGET:
- '11.0'
aws_crt_cpp:
- 0.26.2
aws_sdk_cpp:
- 1.11.267
bzip2:
- '1'
channel_sources:
Expand All @@ -10,8 +14,6 @@ cxx_compiler:
- clangxx
cxx_compiler_version:
- '16'
gcs:
- gcs_enabled
libabseil:
- '20230802'
libcurl:
Expand All @@ -30,9 +32,6 @@ openssl:
- '3'
target_platform:
- osx-arm64
zip_keys:
- - gcs
- libcurl
zlib:
- '1.2'
zstd:
Expand Down

0 comments on commit 1eb0100

Please sign in to comment.