Skip to content

Commit

Permalink
Merge pull request #44 from regro-cf-autotick-bot/rebuild-libprotobuf…
Browse files Browse the repository at this point in the history
…318-0-1_h4d3bf6

Rebuild for libprotobuf318
  • Loading branch information
traversaro authored Sep 17, 2021
2 parents 46502c0 + 5e584d6 commit 412f8cf
Show file tree
Hide file tree
Showing 9 changed files with 16 additions and 9 deletions.
2 changes: 1 addition & 1 deletion .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-comp7
libprotobuf:
- '3.16'
- '3.18'
libuuid:
- 2.32.1
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 @@ -19,7 +19,7 @@ cxx_compiler_version:
docker_image:
- quay.io/condaforge/linux-anvil-aarch64
libprotobuf:
- '3.16'
- '3.18'
libuuid:
- 2.32.1
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 @@ -15,7 +15,7 @@ cxx_compiler_version:
docker_image:
- quay.io/condaforge/linux-anvil-ppc64le
libprotobuf:
- '3.16'
- '3.18'
libuuid:
- 2.32.1
pin_run_as_build:
Expand Down
7 changes: 7 additions & 0 deletions .ci_support/migrations/libprotobuf318.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
__migrator:
build_number: 1
kind: version
migration_number: 1
libprotobuf:
- '3.18'
migrator_ts: 1631764220.7977521
2 changes: 1 addition & 1 deletion .ci_support/osx_64_.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ cxx_compiler:
cxx_compiler_version:
- '11'
libprotobuf:
- '3.16'
- '3.18'
macos_machine:
- x86_64-apple-darwin13.4.0
pin_run_as_build:
Expand Down
4 changes: 2 additions & 2 deletions .ci_support/osx_arm64_.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,15 @@ c_compiler:
c_compiler_version:
- '11'
channel_sources:
- conda-forge/label/rust_dev,conda-forge
- conda-forge
channel_targets:
- conda-forge main
cxx_compiler:
- clangxx
cxx_compiler_version:
- '11'
libprotobuf:
- '3.16'
- '3.18'
macos_machine:
- arm64-apple-darwin20.0.0
pin_run_as_build:
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:
- vs2017
libprotobuf:
- '3.16'
- '3.18'
pin_run_as_build:
sqlite:
max_pin: x
Expand Down
2 changes: 1 addition & 1 deletion recipe/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ source:
sha256: 3c0ebe70a4343e5206bd145016350b925be3a0619a10e7dcb6e8d48326dda8f1

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

Expand Down

0 comments on commit 412f8cf

Please sign in to comment.