-
Notifications
You must be signed in to change notification settings - Fork 860
Labels
Status: TriageThis is being looked at and prioritizedThis is being looked at and prioritizedType: MaintenanceAny dependency, housekeeping, and clean up Issue or PRAny dependency, housekeeping, and clean up Issue or PR
Description
Describe the need
The issue is a known compatibility problem between Go and macOS. There is a "missing LC_UUID load command error". This occurs when Go binaries are built without proper UUID load commands, which are required by macOS's dynamic loader (dyld).
The fix should be to apply CGO_ENABLED=0
to disable C interop.
This should work given the provider is pure go and does not require C-based libs.
SDK Version
No response
API Version
No response
Relevant log output
Code of Conduct
- I agree to follow this project's Code of Conduct
Metadata
Metadata
Assignees
Labels
Status: TriageThis is being looked at and prioritizedThis is being looked at and prioritizedType: MaintenanceAny dependency, housekeeping, and clean up Issue or PRAny dependency, housekeeping, and clean up Issue or PR
Type
Projects
Status
🆕 Triage