Skip to content

Commit

Permalink
Merge pull request #344 from h-vetinari/proto
Browse files Browse the repository at this point in the history
Rebuild for protobuf 4.25.1
  • Loading branch information
h-vetinari authored Jan 23, 2024
2 parents 32fdbec + d3fcdb0 commit 16654eb
Show file tree
Hide file tree
Showing 12 changed files with 49 additions and 16 deletions.
2 changes: 1 addition & 1 deletion .ci_support/linux_64_.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ docker_image:
libabseil:
- '20230802'
libprotobuf:
- 4.24.4
- 4.25.1
openssl:
- '3'
pin_run_as_build:
Expand Down
2 changes: 1 addition & 1 deletion .ci_support/linux_aarch64_.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ docker_image:
libabseil:
- '20230802'
libprotobuf:
- 4.24.4
- 4.25.1
openssl:
- '3'
pin_run_as_build:
Expand Down
2 changes: 1 addition & 1 deletion .ci_support/linux_ppc64le_.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ docker_image:
libabseil:
- '20230802'
libprotobuf:
- 4.24.4
- 4.25.1
openssl:
- '3'
pin_run_as_build:
Expand Down
10 changes: 10 additions & 0 deletions .ci_support/migrations/libprotobuf4251.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
__migrator:
build_number: 1
commit_message: Rebuild for libprotobuf 4.25.1
kind: version
migration_number: 1
libgrpc:
- "1.60"
libprotobuf:
- 4.25.1
migrator_ts: 1705841975.2201185
2 changes: 1 addition & 1 deletion .ci_support/osx_64_.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ cxx_compiler_version:
libabseil:
- '20230802'
libprotobuf:
- 4.24.4
- 4.25.1
macos_machine:
- x86_64-apple-darwin13.4.0
openssl:
Expand Down
2 changes: 1 addition & 1 deletion .ci_support/osx_arm64_.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ cxx_compiler_version:
libabseil:
- '20230802'
libprotobuf:
- 4.24.4
- 4.25.1
macos_machine:
- arm64-apple-darwin20.0.0
openssl:
Expand Down
2 changes: 1 addition & 1 deletion .ci_support/win_64_.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ cxx_compiler:
libabseil:
- '20230802'
libprotobuf:
- 4.24.4
- 4.25.1
openssl:
- '3'
pin_run_as_build:
Expand Down
25 changes: 23 additions & 2 deletions .gitignore

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

6 changes: 0 additions & 6 deletions .scripts/build_steps.sh

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

6 changes: 6 additions & 0 deletions .scripts/run_docker_build.sh

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

4 changes: 3 additions & 1 deletion .scripts/run_win_build.bat

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

2 changes: 1 addition & 1 deletion conda-forge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@ conda_forge_output_validation: true
github:
branch_name: main
tooling_branch_name: main
test_on_native_only: true
test: native_and_emulated

0 comments on commit 16654eb

Please sign in to comment.