Skip to content

Commit

Permalink
Merge pull request #43 from h-vetinari/glibc
Browse files Browse the repository at this point in the history
Use glibc 2.17 again
  • Loading branch information
h-vetinari authored Nov 24, 2024
2 parents edd9b45 + 8160b21 commit 9c45abd
Show file tree
Hide file tree
Showing 8 changed files with 19 additions and 17 deletions.
6 changes: 3 additions & 3 deletions .azure-pipelines/azure-pipelines-linux.yml

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

4 changes: 2 additions & 2 deletions .ci_support/linux_64_.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,14 @@ c_compiler_version:
c_stdlib:
- sysroot
c_stdlib_version:
- '2.28'
- '2.17'
cdt_name:
- conda
channel_sources:
- conda-forge
channel_targets:
- conda-forge main
docker_image:
- quay.io/condaforge/linux-anvil-alma-x86_64:8
- quay.io/condaforge/linux-anvil-x86_64:alma9
target_platform:
- linux-64
4 changes: 2 additions & 2 deletions .ci_support/linux_aarch64_.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ c_compiler_version:
c_stdlib:
- sysroot
c_stdlib_version:
- '2.28'
- '2.17'
cdt_arch:
- aarch64
cdt_name:
Expand All @@ -17,6 +17,6 @@ channel_sources:
channel_targets:
- conda-forge main
docker_image:
- quay.io/condaforge/linux-anvil-alma-x86_64:8
- quay.io/condaforge/linux-anvil-x86_64:alma9
target_platform:
- linux-aarch64
4 changes: 2 additions & 2 deletions .ci_support/linux_ppc64le_.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,14 @@ c_compiler_version:
c_stdlib:
- sysroot
c_stdlib_version:
- '2.28'
- '2.17'
cdt_name:
- conda
channel_sources:
- conda-forge
channel_targets:
- conda-forge main
docker_image:
- quay.io/condaforge/linux-anvil-alma-x86_64:8
- quay.io/condaforge/linux-anvil-x86_64:alma9
target_platform:
- linux-ppc64le
4 changes: 2 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.

7 changes: 7 additions & 0 deletions build-locally.py

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

5 changes: 0 additions & 5 deletions recipe/conda_build_config.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,2 @@
c_stdlib_version: # [linux]
- "2.28" # [linux]
docker_image: # [linux]
- quay.io/condaforge/linux-anvil-alma-x86_64:8 # [linux]

MACOSX_SDK_VERSION: # [osx and x86_64]
- "10.15" # [osx and x86_64]
2 changes: 1 addition & 1 deletion recipe/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ source:
sha256: 26e1f7771da23e42a18fdf1e58912a396629e53a2ac71b130af93bbcfb90adbe

build:
number: 0
number: 1

outputs:
- name: c-ares
Expand Down

0 comments on commit 9c45abd

Please sign in to comment.