mirror of
https://github.com/protocolbuffers/protobuf-go.git
synced 2025-03-08 19:14:05 +00:00
all: add appengine build tag
The purego tag (see https://golang.org/issue/23172) is a community agreed upon signal that a given build environment does not support unsafe. The appengine environment is supposed to respect this tag, but does not properly do so. Add this tag back in until they fix their environment. Change-Id: I9a70062be4339c2e1a93cac31d387698c561b8aa Reviewed-on: https://go-review.googlesource.com/c/154743 Reviewed-by: Damien Neil <dneil@google.com>
This commit is contained in:
parent
c05538c6a8
commit
bc534a98a5
@ -2,7 +2,7 @@
|
||||
// Use of this source code is governed by a BSD-style
|
||||
// license that can be found in the LICENSE file.
|
||||
|
||||
// +build purego
|
||||
// +build purego appengine
|
||||
|
||||
package impl
|
||||
|
||||
|
@ -2,7 +2,7 @@
|
||||
// Use of this source code is governed by a BSD-style
|
||||
// license that can be found in the LICENSE file.
|
||||
|
||||
// +build !purego
|
||||
// +build !purego,!appengine
|
||||
|
||||
package impl
|
||||
|
||||
|
@ -2,7 +2,7 @@
|
||||
// Use of this source code is governed by a BSD-style
|
||||
// license that can be found in the LICENSE file.
|
||||
|
||||
// +build purego
|
||||
// +build purego appengine
|
||||
|
||||
package protoreflect
|
||||
|
||||
|
@ -2,7 +2,7 @@
|
||||
// Use of this source code is governed by a BSD-style
|
||||
// license that can be found in the LICENSE file.
|
||||
|
||||
// +build !purego
|
||||
// +build !purego,!appengine
|
||||
|
||||
package protoreflect
|
||||
|
||||
|
@ -2,7 +2,7 @@
|
||||
// Use of this source code is governed by a BSD-style
|
||||
// license that can be found in the LICENSE file.
|
||||
|
||||
// +build purego
|
||||
// +build purego appengine
|
||||
|
||||
package prototype
|
||||
|
||||
|
@ -2,7 +2,7 @@
|
||||
// Use of this source code is governed by a BSD-style
|
||||
// license that can be found in the LICENSE file.
|
||||
|
||||
// +build !purego
|
||||
// +build !purego,!appengine
|
||||
|
||||
package prototype
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user