-
-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
needs newest abseil due to coupling with newer re2
- Loading branch information
1 parent
f955ff3
commit 434c8e1
Showing
1 changed file
with
22 additions
and
0 deletions.
There are no files selected for viewing
22 changes: 22 additions & 0 deletions
22
.ci_support/migrations/libabseil20240116_libgrpc161_libprotobuf4252.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
__migrator: | ||
build_number: 1 | ||
commit_message: Rebuild for libabseil 20240116, libgrp 1.61, libprotobuf 4.25.2 | ||
kind: version | ||
migration_number: 1 | ||
exclude: | ||
- abseil-cpp | ||
- grpc-cpp | ||
- libprotobuf | ||
# this shouldn't attempt to modify the python feedstocks | ||
- protobuf | ||
libabseil: | ||
- "20240116" | ||
libgrpc: | ||
- "1.61" | ||
libprotobuf: | ||
- 4.25.2 | ||
# already covered by libabseil20230802_libgrpc157_libprotobuf4234, | ||
# which we cannot delete yet, but keep for clarity | ||
MACOSX_DEPLOYMENT_TARGET: # [osx and x86_64] | ||
- "10.13" # [osx and x86_64] | ||
migrator_ts: 1705991934.9119136 |