]> Cypherpunks repositories - gostls13.git/commit
cmd/go: fix script conditions that require cgo
authorBryan C. Mills <bcmills@google.com>
Mon, 24 Oct 2022 23:50:48 +0000 (19:50 -0400)
committerGopher Robot <gobot@golang.org>
Tue, 25 Oct 2022 00:18:38 +0000 (00:18 +0000)
commit9fffcde118ee3d2522744661b1af1eafb1008667
treeca3c5923ccb26ab5b4d0c8239f6fe5fd3b7d8d3e
parent3617514de07278637b7ead51447d23c8799b1d60
cmd/go: fix script conditions that require cgo

This fixes a regression introduced in CL 419875
that causes features that require cgo to be tested
on the nocgo builders.

For #27494.

Change-Id: Iee61225c98c1275810256ab002a698fc4b42c053
Reviewed-on: https://go-review.googlesource.com/c/go/+/445235
Auto-Submit: Bryan Mills <bcmills@google.com>
Run-TryBot: Bryan Mills <bcmills@google.com>
TryBot-Result: Gopher Robot <gobot@golang.org>
Reviewed-by: Jonathan Amsterdam <jba@google.com>
Reviewed-by: Cherry Mui <cherryyz@google.com>
src/cmd/go/scriptconds_test.go