Skip to content

Commit

Permalink
[manual] gRPC native source shallow sync (v1.50.1) (#174)
Browse files Browse the repository at this point in the history
* [manual] gRPC native source shallow sync (v1.50.1)

* bump version to v1.50.1

* bump ruby version to 3.0 due to macos12 rollout in github runner

* exclude upb test files in swift package

* use podspec files in native
  • Loading branch information
HannahShiSFB authored Feb 6, 2023
1 parent defe608 commit 6568b62
Show file tree
Hide file tree
Showing 852 changed files with 312,469 additions and 398 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/dev_release_cocoapod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
genv --default-signal=PIPE yes | scripts/delete_pod_version.sh gRPC-RxLibrary $version
- name: Pod release
run: scripts/release_cocoapod.sh gRPC-RxLibrary.podspec
run: scripts/release_cocoapod.sh native/gRPC-RxLibrary.podspec

- name: Wait for pod avaialble
run: |
Expand All @@ -69,7 +69,7 @@ jobs:
genv --default-signal=PIPE yes | scripts/delete_pod_version.sh gRPC $version
- name: Pod release
run: scripts/release_cocoapod.sh gRPC.podspec
run: scripts/release_cocoapod.sh native/gRPC.podspec

- name: Wait for pod avaialble
run: |
Expand All @@ -95,7 +95,7 @@ jobs:
genv --default-signal=PIPE yes | scripts/delete_pod_version.sh gRPC-ProtoRPC $version
- name: Pod release
run: scripts/release_cocoapod.sh gRPC-ProtoRPC.podspec
run: scripts/release_cocoapod.sh native/gRPC-ProtoRPC.podspec

- name: Wait for pod avaialble
run: |
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/post_submit_check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
run: scripts/prepare_env.sh

- name: gRPC podspec lint checks
run: scripts/lint_test_cocoapod_spec.sh -p gRPC.podspec
run: scripts/lint_test_cocoapod_spec.sh -p native/gRPC.podspec

post-submit-check-cocoapod-lint-gRPC-ProtoRPC:
runs-on: macos-latest
Expand All @@ -36,7 +36,7 @@ jobs:
run: scripts/prepare_env.sh

- name: gRPC-ProtoRPC podspec lint checks
run: scripts/lint_test_cocoapod_spec.sh -p gRPC-ProtoRPC.podspec
run: scripts/lint_test_cocoapod_spec.sh -p native/gRPC-ProtoRPC.podspec

post-submit-check-cocoapod-lint-gRPC-RxLibrary:
runs-on: macos-latest
Expand All @@ -50,4 +50,4 @@ jobs:
run: scripts/prepare_env.sh

- name: gRPC-RxLibrary podspec lint checks
run: scripts/lint_test_cocoapod_spec.sh -p gRPC-RxLibrary.podspec
run: scripts/lint_test_cocoapod_spec.sh -p native/gRPC-RxLibrary.podspec
6 changes: 3 additions & 3 deletions .github/workflows/prod_release_cocoapod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ jobs:
run: scripts/prepare_env.sh

- name: Pod release
run: scripts/release_cocoapod.sh gRPC-RxLibrary.podspec
run: scripts/release_cocoapod.sh native/gRPC-RxLibrary.podspec

- name: Wait for pod avaialble
run: |
Expand All @@ -77,7 +77,7 @@ jobs:
run: scripts/prepare_env.sh

- name: Pod release
run: scripts/release_cocoapod.sh gRPC.podspec
run: scripts/release_cocoapod.sh native/gRPC.podspec

- name: Wait for pod avaialble
run: |
Expand All @@ -97,7 +97,7 @@ jobs:
run: scripts/prepare_env.sh

- name: Pod release
run: scripts/release_cocoapod.sh gRPC-ProtoRPC.podspec
run: scripts/release_cocoapod.sh native/gRPC-ProtoRPC.podspec

- name: Wait for pod avaialble
run: |
Expand Down
7 changes: 7 additions & 0 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,13 @@ let package = Package(
"third_party/upb/upb/test_generated_code.cc",
"third_party/upb/upb/test_cpp.cc",
"third_party/upb/upb/conformance_upb.c",
"third_party/upb/upb/util/required_fields_test.cc",
"third_party/upb/upb/mini_table_accessors_test.cc",
"third_party/upb/upb/msg_test.cc",
"third_party/upb/upb/mini_table_test.cc",
"third_party/upb/upb/json_test.cc",
"third_party/upb/upb/util/def_to_proto_test.cc",
"third_party/upb/upb/util/compare_test.cc",
],
sources: [
"src/core/ext/filters/",
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.50.0
1.50.1
91 changes: 0 additions & 91 deletions gRPC-ProtoRPC.podspec

This file was deleted.

72 changes: 0 additions & 72 deletions gRPC-RxLibrary.podspec

This file was deleted.

Loading

0 comments on commit 6568b62

Please sign in to comment.