mirror of
https://github.com/golang/go
synced 2024-11-02 13:42:29 +00:00
cmd/go: the "build_plugin_non_main" test case cannot pass for linux/mips64le
Fixes: #42474
This commit is contained in:
parent
141fa337ad
commit
948d01716e
1 changed files with 2 additions and 4 deletions
|
@ -1,7 +1,5 @@
|
|||
# Plugins are only supported on linux,cgo (!riscv64) and darwin,cgo.
|
||||
[!linux] [!darwin] skip
|
||||
[linux] [riscv64] skip
|
||||
[!cgo] skip
|
||||
# Plugins are not supported on all platforms.
|
||||
[!buildmode:plugin] skip
|
||||
|
||||
go build -n testdep
|
||||
! go build -buildmode=plugin testdep
|
||||
|
|
Loading…
Reference in a new issue