Skip to content

Commit 6002b61

Browse files
committed
disable cgo for now
1 parent f3979cb commit 6002b61

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

build/ci.go

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -96,9 +96,10 @@ var (
9696
Name: "ziren",
9797
GOOS: "linux",
9898
GOARCH: "mipsle",
99-
CC: "mipsel-linux-gnu-gcc",
100-
Tags: "ziren",
101-
Env: map[string]string{"GOMIPS": "softfloat"},
99+
// enable when cgo works
100+
// CC: "mipsel-linux-gnu-gcc",
101+
Tags: "ziren",
102+
Env: map[string]string{"GOMIPS": "softfloat", "CGO_ENABLED": "0"},
102103
},
103104
{
104105
Name: "example",

0 commit comments

Comments
 (0)