Skip to content

Commit 7535a40

Browse files
[v2.36.x] Rebuild for libabseil 20250512, libgrpc 1.73 & libprotobuf 6.31.1 (#35)
automerged PR by conda-forge/automerge-action
2 parents 9dffa9d + e3c0f3f commit 7535a40

File tree

12 files changed

+94
-50
lines changed

12 files changed

+94
-50
lines changed

.ci_support/linux_64_.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,13 +19,13 @@ cxx_compiler_version:
1919
docker_image:
2020
- quay.io/condaforge/linux-anvil-x86_64:alma9
2121
libabseil:
22-
- '20250127'
22+
- '20250512'
2323
libcurl:
2424
- '8'
2525
libgrpc:
26-
- '1.71'
26+
- '1.73'
2727
libprotobuf:
28-
- 5.29.3
28+
- 6.31.1
2929
openssl:
3030
- '3'
3131
target_platform:

.ci_support/linux_aarch64_.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,13 +19,13 @@ cxx_compiler_version:
1919
docker_image:
2020
- quay.io/condaforge/linux-anvil-x86_64:alma9
2121
libabseil:
22-
- '20250127'
22+
- '20250512'
2323
libcurl:
2424
- '8'
2525
libgrpc:
26-
- '1.71'
26+
- '1.73'
2727
libprotobuf:
28-
- 5.29.3
28+
- 6.31.1
2929
openssl:
3030
- '3'
3131
target_platform:

.ci_support/linux_ppc64le_.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,13 +19,13 @@ cxx_compiler_version:
1919
docker_image:
2020
- quay.io/condaforge/linux-anvil-x86_64:alma9
2121
libabseil:
22-
- '20250127'
22+
- '20250512'
2323
libcurl:
2424
- '8'
2525
libgrpc:
26-
- '1.71'
26+
- '1.73'
2727
libprotobuf:
28-
- 5.29.3
28+
- 6.31.1
2929
openssl:
3030
- '3'
3131
target_platform:
Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
__migrator:
2+
build_number: 1
3+
commit_message: Rebuild for libabseil 20250512, libgrpc 1.73 & libprotobuf 6.31.1
4+
kind: version
5+
migration_number: 1
6+
exclude:
7+
# core deps
8+
- abseil-cpp
9+
- grpc-cpp
10+
- libprotobuf
11+
# required for building/testing
12+
- protobuf
13+
- re2
14+
# bazel stack
15+
- bazel
16+
- grpc_java_plugin
17+
- singlejar
18+
libabseil:
19+
- 20250512
20+
libgrpc:
21+
- "1.73"
22+
libprotobuf:
23+
- 6.31.1
24+
# we need to leave this migration open until we're ready to move the global baseline, see
25+
# https://github.com/conda-forge/conda-forge.github.io/issues/2467; grpc 1.72 requires 11.0,
26+
# see https://github.com/grpc/grpc/commit/f122d248443c81592e748da1adb240cbf0a0231c
27+
c_stdlib_version: # [osx]
28+
- 11.0 # [osx]
29+
migrator_ts: 1748506837.6039238

.ci_support/osx_64_.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
MACOSX_DEPLOYMENT_TARGET:
2-
- '10.14'
2+
- '11.0'
33
MACOSX_SDK_VERSION:
4-
- '10.14'
4+
- '11.0'
55
c_compiler:
66
- clang
77
c_compiler_version:
88
- '18'
99
c_stdlib:
1010
- macosx_deployment_target
1111
c_stdlib_version:
12-
- '10.14'
12+
- '11.0'
1313
channel_sources:
1414
- conda-forge
1515
channel_targets:
@@ -19,13 +19,13 @@ cxx_compiler:
1919
cxx_compiler_version:
2020
- '18'
2121
libabseil:
22-
- '20250127'
22+
- '20250512'
2323
libcurl:
2424
- '8'
2525
libgrpc:
26-
- '1.71'
26+
- '1.73'
2727
libprotobuf:
28-
- 5.29.3
28+
- 6.31.1
2929
macos_machine:
3030
- x86_64-apple-darwin13.4.0
3131
openssl:

.ci_support/osx_arm64_.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,13 +19,13 @@ cxx_compiler:
1919
cxx_compiler_version:
2020
- '18'
2121
libabseil:
22-
- '20250127'
22+
- '20250512'
2323
libcurl:
2424
- '8'
2525
libgrpc:
26-
- '1.71'
26+
- '1.73'
2727
libprotobuf:
28-
- 5.29.3
28+
- 6.31.1
2929
macos_machine:
3030
- arm64-apple-darwin20.0.0
3131
openssl:

.ci_support/win_64_.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,21 @@
11
c_compiler:
2-
- vs2019
2+
- vs2022
33
c_stdlib:
44
- vs
55
channel_sources:
66
- conda-forge
77
channel_targets:
88
- conda-forge main
99
cxx_compiler:
10-
- vs2019
10+
- vs2022
1111
libabseil:
12-
- '20250127'
12+
- '20250512'
1313
libcurl:
1414
- '8'
1515
libgrpc:
16-
- '1.71'
16+
- '1.73'
1717
libprotobuf:
18-
- 5.29.3
18+
- 6.31.1
1919
openssl:
2020
- '3'
2121
target_platform:

.scripts/run_docker_build.sh

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.scripts/run_win_build.bat

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

README.md

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)