mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-07-23 13:16:42 +00:00
disable cgo for now
This commit is contained in:
parent
f3979cbcf1
commit
6002b61014
1 changed files with 4 additions and 3 deletions
|
|
@ -96,9 +96,10 @@ var (
|
||||||
Name: "ziren",
|
Name: "ziren",
|
||||||
GOOS: "linux",
|
GOOS: "linux",
|
||||||
GOARCH: "mipsle",
|
GOARCH: "mipsle",
|
||||||
CC: "mipsel-linux-gnu-gcc",
|
// enable when cgo works
|
||||||
Tags: "ziren",
|
// CC: "mipsel-linux-gnu-gcc",
|
||||||
Env: map[string]string{"GOMIPS": "softfloat"},
|
Tags: "ziren",
|
||||||
|
Env: map[string]string{"GOMIPS": "softfloat", "CGO_ENABLED": "0"},
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
Name: "example",
|
Name: "example",
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue