1
0
mirror of https://github.com/golang/go synced 2024-11-23 07:20:06 -07:00

cmd/go: the "build_plugin_non_main" test case cannot pass for linux/mips64le

Fixes: #42474
This commit is contained in:
xiaodong liu 2020-11-12 16:09:21 +08:00
parent 141fa337ad
commit 948d01716e

View File

@ -1,7 +1,5 @@
# Plugins are only supported on linux,cgo (!riscv64) and darwin,cgo. # Plugins are not supported on all platforms.
[!linux] [!darwin] skip [!buildmode:plugin] skip
[linux] [riscv64] skip
[!cgo] skip
go build -n testdep go build -n testdep
! go build -buildmode=plugin testdep ! go build -buildmode=plugin testdep