Skip to content

Commit

Permalink
Rebuild for protobuf423 (#4)
Browse files Browse the repository at this point in the history
  • Loading branch information
regro-cf-autotick-bot committed May 29, 2023
1 parent a16558a commit 61ec6b1
Show file tree
Hide file tree
Showing 10 changed files with 24 additions and 9 deletions.
2 changes: 1 addition & 1 deletion .ci_support/linux_64_python3.10.____cpython.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
aws_crt_cpp:
- 0.20.1
- 0.20.2
aws_sdk_cpp:
- 1.10.57
c_compiler:
Expand Down
4 changes: 3 additions & 1 deletion .ci_support/linux_64_python3.11.____cpython.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
aws_crt_cpp:
- 0.20.1
- 0.20.2
aws_sdk_cpp:
- 1.10.57
c_compiler:
Expand Down Expand Up @@ -28,6 +28,8 @@ libevent:
- 2.1.12
lz4_c:
- 1.9.3
msgpack_c:
- '6'
pcre:
- '8'
pin_run_as_build:
Expand Down
2 changes: 1 addition & 1 deletion .ci_support/linux_64_python3.8.____cpython.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
aws_crt_cpp:
- 0.20.1
- 0.20.2
aws_sdk_cpp:
- 1.10.57
c_compiler:
Expand Down
2 changes: 1 addition & 1 deletion .ci_support/linux_64_python3.9.____cpython.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
aws_crt_cpp:
- 0.20.1
- 0.20.2
aws_sdk_cpp:
- 1.10.57
c_compiler:
Expand Down
11 changes: 11 additions & 0 deletions .ci_support/migrations/protobuf423.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
__migrator:
build_number: 1
kind: version
migration_number: 2
libgrpc:
- '1.54'
- '1.55'
libprotobuf:
- '3.21'
- '4.23.2'
migrator_ts: 1684932016.2362208
2 changes: 1 addition & 1 deletion .ci_support/osx_64_python3.10.____cpython.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ MACOSX_DEPLOYMENT_TARGET:
MACOSX_SDK_VERSION:
- '11.0'
aws_crt_cpp:
- 0.20.1
- 0.20.2
aws_sdk_cpp:
- 1.10.57
c_compiler:
Expand Down
4 changes: 3 additions & 1 deletion .ci_support/osx_64_python3.11.____cpython.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ MACOSX_DEPLOYMENT_TARGET:
MACOSX_SDK_VERSION:
- '11.0'
aws_crt_cpp:
- 0.20.1
- 0.20.2
aws_sdk_cpp:
- 1.10.57
c_compiler:
Expand All @@ -30,6 +30,8 @@ lz4_c:
- 1.9.3
macos_machine:
- x86_64-apple-darwin13.4.0
msgpack_c:
- '6'
pcre:
- '8'
pin_run_as_build:
Expand Down
2 changes: 1 addition & 1 deletion .ci_support/osx_64_python3.8.____cpython.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ MACOSX_DEPLOYMENT_TARGET:
MACOSX_SDK_VERSION:
- '11.0'
aws_crt_cpp:
- 0.20.1
- 0.20.2
aws_sdk_cpp:
- 1.10.57
c_compiler:
Expand Down
2 changes: 1 addition & 1 deletion .ci_support/osx_64_python3.9.____cpython.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ MACOSX_DEPLOYMENT_TARGET:
MACOSX_SDK_VERSION:
- '11.0'
aws_crt_cpp:
- 0.20.1
- 0.20.2
aws_sdk_cpp:
- 1.10.57
c_compiler:
Expand Down
2 changes: 1 addition & 1 deletion recipe/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ build:
# Compiling ArcticDB with all cores might freeze machines.
# We build with only 1 core to prevent freezes from happening.
script: ARCTICDB_USING_CONDA=1 CMAKE_BUILD_PARALLEL_LEVEL=1 {{ PYTHON }} -m pip install . -vv
number: 1
number: 2

requirements:
build:
Expand Down

0 comments on commit 61ec6b1

Please sign in to comment.