Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Grpc release 1.54.x use native as submodule #191

Draft
wants to merge 3 commits into
base: main
Choose a base branch
from
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
The diff you're trying to view is too large. We only load the first 3000 changed files.
3 changes: 3 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
[submodule "native"]
path = native
url = https://github.com/grpc/grpc.git
1 change: 1 addition & 0 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@ let package = Package(
],
sources: [
"src/core/ext/filters/",
"src/core/ext/gcp/",
"src/core/ext/transport/",
"src/core/ext/upb-generated/",
"src/core/ext/upbdefs-generated/",
Expand Down
1 change: 1 addition & 0 deletions native
Submodule native added at 2fe7b5
23 changes: 0 additions & 23 deletions native/.bazelci/presubmit.yml

This file was deleted.

29 changes: 0 additions & 29 deletions native/.bazelignore

This file was deleted.

3 changes: 0 additions & 3 deletions native/.bazelrc

This file was deleted.

49 changes: 0 additions & 49 deletions native/.clang-format

This file was deleted.

140 changes: 0 additions & 140 deletions native/.clang-tidy

This file was deleted.

7 changes: 0 additions & 7 deletions native/.editorconfig

This file was deleted.

2 changes: 0 additions & 2 deletions native/.gitallowed

This file was deleted.

35 changes: 0 additions & 35 deletions native/.gitattributes

This file was deleted.

11 changes: 0 additions & 11 deletions native/.github/CODEOWNERS

This file was deleted.

40 changes: 0 additions & 40 deletions native/.github/ISSUE_TEMPLATE/bug_report_core.md

This file was deleted.

Loading