Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[ci] Create hermes-engine-darwin npm package #297

Closed
wants to merge 4 commits into from

Commits on Jul 16, 2020

  1. [ci] Create hermes-engine-darwin npm package

    Notably the symbolic links need to be stripped from the framework bundle,
    as npm by design does not support symbolic links to exist in packages.
    However, seeing as we already package distinct versions of the framework
    in distinct npm packages, there isn't any need to support multiple
    versions of Hermes in a single framework bundle; so this should be fine.
    alloy committed Jul 16, 2020
    Configuration menu
    Copy the full SHA
    d8295cb View commit details
    Browse the repository at this point in the history

Commits on Jul 21, 2020

  1. [ci] Fix dSYM loading by preserving symlinks

    Instead packge the binaries in an extra layer of tarball, which also
    saves some bytes on-disk on platforms that don't need it.
    alloy committed Jul 21, 2020
    Configuration menu
    Copy the full SHA
    3e49044 View commit details
    Browse the repository at this point in the history

Commits on Jul 24, 2020

  1. Address PR feedback.

    alloy committed Jul 24, 2020
    Configuration menu
    Copy the full SHA
    02e2330 View commit details
    Browse the repository at this point in the history

Commits on Jul 27, 2020

  1. Pickup tar from user env

    alloy committed Jul 27, 2020
    Configuration menu
    Copy the full SHA
    b436879 View commit details
    Browse the repository at this point in the history