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

build,meta: bump gcc on travis #23778

Merged
merged 1 commit into from Oct 24, 2018
Merged

Commits on Oct 24, 2018

  1. build,meta: switch to gcc-4.9 on travis

    The version of `clang` provided in the Travis linux image uses
    libstdc++4.8 whice is below our minimal supported version.
    
    Switching to `make test -j1` is to avoid races during the test cycle
    causes by the main target being "unstable", that is it always builds
    some files, and relinks the binary, which is used by the test procedure.
    
    PR-URL: nodejs#23778
    Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
    Reviewed-By: Richard Lau <riclau@uk.ibm.com>
    refack committed Oct 24, 2018
    Copy the full SHA
    a2328da View commit details
    Browse the repository at this point in the history