-
Notifications
You must be signed in to change notification settings - Fork 19k
cmd/go: macOS on arm64 requires codesigning #42684
Copy link
Copy link
Closed
Labels
FrozenDueToAgeGoCommandcmd/gocmd/goNeedsInvestigationSomeone must examine and confirm this is a valid issue and not a duplicate of an existing one.Someone must examine and confirm this is a valid issue and not a duplicate of an existing one.OS-Darwinarch-arm64okay-after-beta1Used by release team to mark a release-blocker issue as okay to resolve either before or after beta1Used by release team to mark a release-blocker issue as okay to resolve either before or after beta1release-blocker
Milestone
Metadata
Metadata
Assignees
Labels
FrozenDueToAgeGoCommandcmd/gocmd/goNeedsInvestigationSomeone must examine and confirm this is a valid issue and not a duplicate of an existing one.Someone must examine and confirm this is a valid issue and not a duplicate of an existing one.OS-Darwinarch-arm64okay-after-beta1Used by release team to mark a release-blocker issue as okay to resolve either before or after beta1Used by release team to mark a release-blocker issue as okay to resolve either before or after beta1release-blocker
Type
Fields
Give feedbackNo fields configured for issues without a type.
On the production Apple Silicon machines, Go binaries are killed at start. #38485 (comment)
It looks like all binaries need to be codesigned now, and indeed running
codesign -s -on them lets them run correctly.This stops
go testandgo runfrom working, and requires an extra step aftergo buildto get a functional binary.This also affects the bootstrapped compiler itself.