Skip to content
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
13 changes: 6 additions & 7 deletions recipe/conda_build_config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,8 @@ m2w64_c_stdlib: # [win]
- m2w64-sysroot # [win]
m2w64_c_stdlib_version: # [win]
- 12 # [win]
c_stdlib_version: # [unix]
- 2.17 # [linux]
- 10.13 # [osx and x86_64]
- 11.0 # [osx and arm64]
c_stdlib_version: # [osx and x86_64]
- 10.14 # [osx and x86_64]
Comment on lines -21 to +22

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

Ah, we did break stuff here though. And like for #5559, we're in the situation where we need to keep the migration open to not bump the macos baseline, see conda-forge/conda-forge.github.io#2467

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

Fixed in 3a22222

cxx_compiler:
- gxx # [linux]
- clangxx # [osx]
Expand Down Expand Up @@ -452,7 +450,7 @@ krb5:
ldas_tools_framecpp:
- '2.9'
libabseil:
- '20240722'
- 20250127
libaec:
- '1'
libamd:
Expand Down Expand Up @@ -562,7 +560,7 @@ libgoogle_cloud_speech_devel:
libgoogle_cloud_storage_devel:
- '2.36'
libgrpc:
- "1.67"
- "1.71"
libgsasl:
- '2'
libheif:
Expand Down Expand Up @@ -626,7 +624,8 @@ libpcap:
libpng:
- 1.6
libprotobuf:
- 5.28.3
- 5.29.3
# see https://github.com/grpc/grpc/commit/14ac94d923b80650e0df55bed17be5efa0e4becd
libpq:
- '17'
libpulsar:
Expand Down
21 changes: 0 additions & 21 deletions recipe/migrations/absl_grpc_proto.yaml

This file was deleted.