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

Add some appengine build constraints. #3787

Merged
merged 2 commits into from Aug 5, 2020
Merged

Conversation

easwars
Copy link
Contributor

@easwars easwars commented Aug 4, 2020

Support for Go1.9 and appengine was removed in #3767. But it looks like we still need some way to do things differently for certain appengine builds.

Support for Go1.9 and appengine was removed in
grpc#3767. But it looks like we still
need some way to do things differently for certain appengine builds.
internal/syscall/syscall_linux.go Outdated Show resolved Hide resolved
xds/internal/client/v2/client.go Outdated Show resolved Hide resolved
@@ -54,6 +54,7 @@ func newClient(cc *grpc.ClientConn, opts xdsclient.BuildOptions) (xdsclient.APIC
nodeProto, ok := opts.NodeProto.(*v2corepb.Node)
if !ok {
return nil, fmt.Errorf("xds: unsupported Node proto type: %T, want %T", opts.NodeProto, v2corepb.Node{})

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please revert this newline.

@easwars easwars merged commit 5f7b337 into grpc:master Aug 5, 2020
@easwars easwars deleted the appengine_mess branch August 5, 2020 00:46
menghanl added a commit to menghanl/grpc-go that referenced this pull request Aug 27, 2020
menghanl added a commit to menghanl/grpc-go that referenced this pull request Aug 27, 2020
@github-actions github-actions bot locked as resolved and limited conversation to collaborators May 25, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants