Skip to content

Commit

Permalink
Merge pull request #57 from regro-cf-autotick-bot/rebuild-libgrpc158_…
Browse files Browse the repository at this point in the history
…libprotobuf4243-0-1_h276ecc

Rebuild for libgrpc158_libprotobuf4243
  • Loading branch information
Tobias-Fischer authored Oct 9, 2023
2 parents afcad7a + 5d3b939 commit 10a01b9
Show file tree
Hide file tree
Showing 12 changed files with 162 additions and 72 deletions.
62 changes: 11 additions & 51 deletions .azure-pipelines/azure-pipelines-win.yml

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

2 changes: 1 addition & 1 deletion .ci_support/linux_64_.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ cxx_compiler_version:
docker_image:
- quay.io/condaforge/linux-anvil-cos7-x86_64
libprotobuf:
- 4.23.4
- 4.24.3
qt_main:
- '5.15'
target_platform:
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 @@ -19,7 +19,7 @@ cxx_compiler_version:
docker_image:
- quay.io/condaforge/linux-anvil-cos7-x86_64
libprotobuf:
- 4.23.4
- 4.24.3
qt_main:
- '5.15'
target_platform:
Expand Down
16 changes: 16 additions & 0 deletions .ci_support/migrations/libgrpc158_libprotobuf4243.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
__migrator:
build_number: 1
kind: version
migration_number: 1
exclude:
# this shouldn't attempt to modify the python feedstocks
- protobuf
libgrpc:
- "1.58"
libprotobuf:
- 4.24.3
# 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: 1695803907.2958245
6 changes: 3 additions & 3 deletions .ci_support/osx_64_.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,17 +5,17 @@ MACOSX_SDK_VERSION:
c_compiler:
- clang
c_compiler_version:
- '15'
- '16'
channel_sources:
- conda-forge
channel_targets:
- conda-forge main
cxx_compiler:
- clangxx
cxx_compiler_version:
- '15'
- '16'
libprotobuf:
- 4.23.4
- 4.24.3
macos_machine:
- x86_64-apple-darwin13.4.0
qt_main:
Expand Down
6 changes: 3 additions & 3 deletions .ci_support/osx_arm64_.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,17 +3,17 @@ MACOSX_DEPLOYMENT_TARGET:
c_compiler:
- clang
c_compiler_version:
- '15'
- '16'
channel_sources:
- conda-forge
channel_targets:
- conda-forge main
cxx_compiler:
- clangxx
cxx_compiler_version:
- '15'
- '16'
libprotobuf:
- 4.23.4
- 4.24.3
macos_machine:
- arm64-apple-darwin20.0.0
qt_main:
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 @@ -7,7 +7,7 @@ channel_targets:
cxx_compiler:
- vs2019
libprotobuf:
- 4.23.4
- 4.24.3
qt_main:
- '5.15'
target_platform:
Expand Down
9 changes: 4 additions & 5 deletions .scripts/build_steps.sh

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

4 changes: 2 additions & 2 deletions .scripts/logging_utils.sh

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

8 changes: 4 additions & 4 deletions .scripts/run_osx_build.sh

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

115 changes: 115 additions & 0 deletions .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 recipe/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ source:
- support_protobuf_crosscompilation.patch

build:
number: 4
number: 5
run_exports:
- {{ pin_subpackage(name, max_pin='x') }}

Expand Down

0 comments on commit 10a01b9

Please sign in to comment.