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

new armv6l recipe for Node.js 16 and later #33

Merged
merged 2 commits into from
May 4, 2021

Commits on May 3, 2021

  1. rename armv6l recipe for older releases

    In preparation for a new recipe to build armv6l binaries for Node.js 16
    and later, rename the existing recipe and add a should-build.sh script
    to stop it running for Node.js 16 and later.
    richardlau committed May 3, 2021
    Configuration menu
    Copy the full SHA
    ebdfcde View commit details
    Browse the repository at this point in the history
  2. add new recipe for armv6l and Node.js 16 and later

    Based on the existing arm6vl recipe, but using Ubuntu 18.04 and
    gcc/g++ 8 to match what we're using for the official armv7l builds.
    richardlau committed May 3, 2021
    Configuration menu
    Copy the full SHA
    1e0b6e2 View commit details
    Browse the repository at this point in the history