Skip to content

[MAINT]: When running make * from a local machine using macos #2773

@nickfloyd

Description

@nickfloyd

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

No one assigned

    Labels

    Status: TriageThis is being looked at and prioritizedType: MaintenanceAny dependency, housekeeping, and clean up Issue or PR

    Type

    Projects

    Status

    🆕 Triage

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions