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
This is because we want to cross-compile for MacOS which needs native compiler tool chain when CGO_ENABLED=1. We need CGO because we are now using Tree Sitter for static code analysis (parsing).
We need to explore using goreleaser cross compilation tool chain or look at using Github Action's MacOS build environment.
The text was updated successfully, but these errors were encountered:
The
goreleaser-action
is broken due toCGO_ENABLED=1
.Examples: https://github.com/safedep/vet/actions/workflows/goreleaser.yml
This is because we want to cross-compile for MacOS which needs native compiler tool chain when
CGO_ENABLED=1
. We need CGO because we are now using Tree Sitter for static code analysis (parsing).We need to explore using goreleaser cross compilation tool chain or look at using Github Action's MacOS build environment.
The text was updated successfully, but these errors were encountered: