Skip to content

macOS binaries not codesigned #5468

@llvm-beanz

Description

@llvm-beanz

Describe the bug

gh 2.8.0 does not run on macOS without disabling system security settings because the binary is not code signed.

Steps to reproduce the behavior

  1. Download and extract gh 2.8.0 macOS binaries
  2. Run codesign -verify <path to gh>
  3. See error:
> codesign -verify ./gh_2.8.0_macOS_amd64/bin/gh
./gh_2.8.0_macOS_amd64/bin/gh: code object is not signed at all

Expected vs actual behavior

Binaries shipped in releases for macOS should be codesigned

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't workingneeds-triageneeds to be reviewed

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions