You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
both contain the same function initSystemRoots. Both files are compiled when
GOOS=darwin GOARCH=arm64
is specified (e.g. on an M1 Mac).
I removed root_darwin_armx.go from the directory to build successfully.
Should the generate specify +build !darwin? Or should the generated file be removed from the repo and the build instructions specify to run go generate locally only when necessary?
The text was updated successfully, but these errors were encountered:
The generated
go/pkg/mod/github.com/jackspirou/[email protected]/root_darwin_armx.go
and
go/pkg/mod/github.com/jackspirou/[email protected]/root_darwin.go
both contain the same function initSystemRoots. Both files are compiled when
GOOS=darwin GOARCH=arm64
is specified (e.g. on an M1 Mac).
I removed root_darwin_armx.go from the directory to build successfully.
Should the generate specify +build !darwin? Or should the generated file be removed from the repo and the build instructions specify to run go generate locally only when necessary?
The text was updated successfully, but these errors were encountered: