build: include deps/v8/test/torque in source tarball by richardlau · Pull Request #29712 · nodejs/node

@richardlau

Builds from the source tarball were broken by the recent V8 upate
to 7.7 as a file needed to build torque wasn't included in the source
tarball as it resides in deps/v8/test.

@nodejs-github-bot added the build

Issues and PRs related to build files or the CI.

label

Sep 26, 2019

bnoordhuis

rvagg

@richardlau

rvagg

BethGriggs

Trott pushed a commit that referenced this pull request

Sep 28, 2019
Builds from the source tarball were broken by the recent V8 upate
to 7.7 as a file needed to build torque wasn't included in the source
tarball as it resides in deps/v8/test.

PR-URL: #29712
Fixes: #29709
Refs: #28918
Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl>
Reviewed-By: Rod Vagg <rod@vagg.org>
Reviewed-By: Beth Griggs <Bethany.Griggs@uk.ibm.com>

@mhart mhart mentioned this pull request

Sep 29, 2019

targos added a commit that referenced this pull request

Oct 1, 2019
Notable changes:

* build:
  * This release fixes a regression that prevented from building Node.js
    using the official source tarball.
    #29712
* deps:
  * Updated small-icu data to support "unit" style in the
    `Intl.NumberFormat` API.
    #29735

PR-URL: #29796

This was referenced

May 5, 2021