mirror of
https://github.com/golang/go
synced 2024-11-24 03:50:18 -07:00
cmd/dist: run testcshared test on linux/386
Change-Id: Iaa0fb133e5fc2078bfaf59ed721fd07a1a713ab3 Reviewed-on: https://go-review.googlesource.com/17075 Reviewed-by: Ian Lance Taylor <iant@golang.org> Run-TryBot: Hyang-Ah Hana Kim <hyangah@gmail.com> TryBot-Result: Gobot Gobot <gobot@golang.org>
This commit is contained in:
parent
cbc55971e2
commit
ec3daf0c62
3
src/cmd/dist/test.go
vendored
3
src/cmd/dist/test.go
vendored
@ -615,9 +615,8 @@ func (t *tester) supportedBuildmode(mode string) bool {
|
||||
}
|
||||
return false
|
||||
case "c-shared":
|
||||
// TODO(hyangah): add linux-386.
|
||||
switch pair {
|
||||
case "linux-amd64", "darwin-amd64", "android-arm", "linux-arm", "linux-arm64":
|
||||
case "linux-386", "linux-amd64", "darwin-amd64", "android-arm", "linux-arm", "linux-arm64":
|
||||
return true
|
||||
}
|
||||
return false
|
||||
|
Loading…
Reference in New Issue
Block a user