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

ansible: arm cross compiler updates for Node.js 18 #2912

Merged
merged 6 commits into from
Apr 8, 2022

Commits on Mar 31, 2022

  1. ansible: arm cross compiler updates for Node.js 18

    Add a new RHEL 8 based container for cross compilation of armv7l
    binaries for Node.js 18 using the recently added cross compiler
    toolchain based on gcc 8 with glibc 2.28.
    
    Adds a Debian 10 (Buster) container to the Pi's -- even though the Pi's
    are running Debian 10 the tests are run in containers and prior to this
    commit were running in Debian 9, which is on glibc 2.24.
    richardlau committed Mar 31, 2022
    Configuration menu
    Copy the full SHA
    14e049d View commit details
    Browse the repository at this point in the history

Commits on Apr 1, 2022

  1. squash! ansible: arm cross compiler updates for Node.js 18

    Add a Debian 10 based armv7l container to be used as an extra way
    to test the armv7l cross compiled binaries in addition to the Pi's.
    richardlau committed Apr 1, 2022
    Configuration menu
    Copy the full SHA
    2ee628f View commit details
    Browse the repository at this point in the history

Commits on Apr 7, 2022

  1. Configuration menu
    Copy the full SHA
    c2b6dc2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    426be63 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    049ab2f View commit details
    Browse the repository at this point in the history

Commits on Apr 8, 2022

  1. Configuration menu
    Copy the full SHA
    a6ecab7 View commit details
    Browse the repository at this point in the history