remove 1.6 support for channelz (#2242)
ChannelZ is a debugging feature in grpc. It has not had appengine support; this commit removes its support for 1.6, too. This change is because in a recent sys/unix commit 1.6 support was broken.
This commit is contained in:
@ -4,6 +4,7 @@ matrix:
|
|||||||
include:
|
include:
|
||||||
- go: 1.10.x
|
- go: 1.10.x
|
||||||
env: VET=1 RACE=1
|
env: VET=1 RACE=1
|
||||||
|
- go: 1.6.x
|
||||||
- go: 1.7.x
|
- go: 1.7.x
|
||||||
- go: 1.8.x
|
- go: 1.8.x
|
||||||
- go: 1.9.x
|
- go: 1.9.x
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
// +build !appengine
|
// +build !appengine,go1.7
|
||||||
|
|
||||||
/*
|
/*
|
||||||
*
|
*
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
// +build !linux appengine
|
// +build !linux appengine !go1.7
|
||||||
|
|
||||||
/*
|
/*
|
||||||
*
|
*
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
// +build linux,!appengine
|
// +build linux,!appengine,go1.7
|
||||||
// +build 386 amd64
|
// +build 386 amd64
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
// +build 386,linux,!appengine
|
// +build 386,linux,!appengine,go1.7
|
||||||
|
|
||||||
/*
|
/*
|
||||||
*
|
*
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
// +build amd64,linux,!appengine
|
// +build amd64,linux,!appengine,go1.7
|
||||||
|
|
||||||
/*
|
/*
|
||||||
*
|
*
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
// +build !appengine
|
// +build !appengine,go1.7
|
||||||
|
|
||||||
/*
|
/*
|
||||||
*
|
*
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
// +build !linux appengine
|
// +build !linux appengine !go1.7
|
||||||
|
|
||||||
/*
|
/*
|
||||||
*
|
*
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
// +build !appengine
|
// +build !appengine,go1.7
|
||||||
|
|
||||||
/*
|
/*
|
||||||
*
|
*
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
// +build !linux appengine
|
// +build !linux appengine !go1.7
|
||||||
|
|
||||||
/*
|
/*
|
||||||
*
|
*
|
||||||
|
Reference in New Issue
Block a user