Skip to content

Commit

Permalink
Merge pull request #168 from regro-cf-autotick-bot/rebuild-nodejs22-0…
Browse files Browse the repository at this point in the history
…-1_he108fa

Rebuild for nodejs 22
  • Loading branch information
mattip authored Jul 4, 2024
2 parents e1979f5 + bfd6219 commit eb849af
Show file tree
Hide file tree
Showing 15 changed files with 24 additions and 15 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
Expand Up @@ -23,8 +23,8 @@ docker_image:
libgrpc:
- '1.62'
nodejs:
- '18'
- '20'
- '22'
pin_run_as_build:
python:
min_pin: x.x
Expand Down
2 changes: 1 addition & 1 deletion .ci_support/linux_64_python3.11.____cpython.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ docker_image:
libgrpc:
- '1.62'
nodejs:
- '18'
- '20'
- '22'
pin_run_as_build:
python:
min_pin: x.x
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
Expand Up @@ -23,8 +23,8 @@ docker_image:
libgrpc:
- '1.62'
nodejs:
- '18'
- '20'
- '22'
pin_run_as_build:
python:
min_pin: x.x
Expand Down
9 changes: 9 additions & 0 deletions .ci_support/migrations/nodejs22.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
__migrator:
build_number: 1
commit_message: Rebuild for nodejs 22
kind: version
migration_number: 1
migrator_ts: 1720020160.6454718
nodejs:
- '22'
- '20'
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 @@ -25,8 +25,8 @@ libgrpc:
macos_machine:
- x86_64-apple-darwin13.4.0
nodejs:
- '18'
- '20'
- '22'
pin_run_as_build:
python:
min_pin: x.x
Expand Down
2 changes: 1 addition & 1 deletion .ci_support/osx_64_python3.11.____cpython.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ libgrpc:
macos_machine:
- x86_64-apple-darwin13.4.0
nodejs:
- '18'
- '20'
- '22'
pin_run_as_build:
python:
min_pin: x.x
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 @@ -25,8 +25,8 @@ libgrpc:
macos_machine:
- x86_64-apple-darwin13.4.0
nodejs:
- '18'
- '20'
- '22'
pin_run_as_build:
python:
min_pin: x.x
Expand Down
2 changes: 1 addition & 1 deletion .ci_support/osx_arm64_python3.10.____cpython.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ libgrpc:
macos_machine:
- arm64-apple-darwin20.0.0
nodejs:
- '18'
- '20'
- '22'
pin_run_as_build:
python:
min_pin: x.x
Expand Down
2 changes: 1 addition & 1 deletion .ci_support/osx_arm64_python3.11.____cpython.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ libgrpc:
macos_machine:
- arm64-apple-darwin20.0.0
nodejs:
- '18'
- '20'
- '22'
pin_run_as_build:
python:
min_pin: x.x
Expand Down
2 changes: 1 addition & 1 deletion .ci_support/osx_arm64_python3.9.____cpython.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ libgrpc:
macos_machine:
- arm64-apple-darwin20.0.0
nodejs:
- '18'
- '20'
- '22'
pin_run_as_build:
python:
min_pin: x.x
Expand Down
2 changes: 1 addition & 1 deletion .ci_support/win_64_python3.10.____cpython.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ cxx_compiler:
libgrpc:
- '1.62'
nodejs:
- '18'
- '20'
- '22'
pin_run_as_build:
python:
min_pin: x.x
Expand Down
2 changes: 1 addition & 1 deletion .ci_support/win_64_python3.11.____cpython.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ cxx_compiler:
libgrpc:
- '1.62'
nodejs:
- '18'
- '20'
- '22'
pin_run_as_build:
python:
min_pin: x.x
Expand Down
2 changes: 1 addition & 1 deletion .ci_support/win_64_python3.9.____cpython.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ cxx_compiler:
libgrpc:
- '1.62'
nodejs:
- '18'
- '20'
- '22'
pin_run_as_build:
python:
min_pin: x.x
Expand Down
4 changes: 2 additions & 2 deletions conda-forge.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
build_platform:
osx_arm64: osx_64
conda_build:
pkg_format: '2'
conda_forge_output_validation: true
github:
branch_name: main
tooling_branch_name: main
build_platform:
osx_arm64: osx_64
test: native_and_emulated
2 changes: 1 addition & 1 deletion recipe/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ source:
- patches/0005-Vendor-grpc-1.62.2.patch

build:
number: 1
number: 2
skip: true # [py in (312, 38)]

# Need these up here for conda-smithy to handle them properly.
Expand Down

0 comments on commit eb849af

Please sign in to comment.