disable cgo for now

This commit is contained in:
Guillaume Ballet 2025-09-17 16:00:31 +02:00
parent f3979cbcf1
commit 6002b61014
No known key found for this signature in database

View file

@ -96,9 +96,10 @@ var (
Name: "ziren",
GOOS: "linux",
GOARCH: "mipsle",
CC: "mipsel-linux-gnu-gcc",
Tags: "ziren",
Env: map[string]string{"GOMIPS": "softfloat"},
// enable when cgo works
// CC: "mipsel-linux-gnu-gcc",
Tags: "ziren",
Env: map[string]string{"GOMIPS": "softfloat", "CGO_ENABLED": "0"},
},
{
Name: "example",