]> Cypherpunks.ru repositories - gostls13.git/commit
misc/cgo/test: disable setgid tests with musl
authorMichael Pratt <mpratt@google.com>
Fri, 19 Aug 2022 21:38:00 +0000 (17:38 -0400)
committerGopher Robot <gobot@golang.org>
Mon, 22 Aug 2022 14:48:53 +0000 (14:48 +0000)
commit6bdca82030779e3b9032324e68a3feacb85bc9bc
tree14d6e82d43a15d7daef680f91c6f44a29ffc76c7
parent761db3e7f07ec358323589eab72b153339036086
misc/cgo/test: disable setgid tests with musl

We don't have a good musl detection mechanism, so we detect Alpine (the
most common user of musl) instead.

For #39857.
For #19938.

Change-Id: I2fa39248682aed75884476374fe2212be4427347
Reviewed-on: https://go-review.googlesource.com/c/go/+/425001
Reviewed-by: Cherry Mui <cherryyz@google.com>
Run-TryBot: Michael Pratt <mpratt@google.com>
Reviewed-by: Ian Lance Taylor <iant@google.com>
Auto-Submit: Michael Pratt <mpratt@google.com>
TryBot-Result: Gopher Robot <gobot@golang.org>
misc/cgo/test/cgo_linux_test.go