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: speed up source tarball creation #34508

Merged
merged 1 commit into from Jul 27, 2020
Merged

Commits on Jul 27, 2020

  1. build: speed up source tarball creation

    Avoid building the node binary when building the source tarball. We
    need a node binary to build the docs, but it doesn't have to be one
    we build from scratch and can reuse any available node binary.
    
    Skip building the xz compressed tarball in the build-tarball workflow
    as we only use the gzip compressed tarball in the subsequent build
    jobs.
    
    PR-URL: nodejs#34508
    Reviewed-By: Anna Henningsen <anna@addaleax.net>
    Reviewed-By: Michaël Zasso <targos@protonmail.com>
    Reviewed-By: Zeyu Yang <himself65@outlook.com>
    richardlau committed Jul 27, 2020
    Copy the full SHA
    3e6b05e View commit details
    Browse the repository at this point in the history