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

Centos7 ppc64 le v8 test support #28458

Closed

Commits on Jun 27, 2019

  1. tools: fix v8 testing with devtoolset on ppcle

    The devtoolset doesn't use or set the CXX, etc, env vars, so ignore them
    if not present.
    sam-github committed Jun 27, 2019
    Copy the full SHA
    28974ee View commit details
    Browse the repository at this point in the history
  2. tools: move python code out of jenkins shell

    https://ci.nodejs.org/job/node-test-commit-v8-linux/configure echoes
    python code into tools and runs it. Move these scripts into tools for
    better maintainability.
    
    Once this lands and is back-ported into LTS branches a bunch of shell
    code can be deleted from the job.
    sam-github committed Jun 27, 2019
    Copy the full SHA
    c3db2ca View commit details
    Browse the repository at this point in the history