X Tutup
The Wayback Machine - https://web.archive.org/web/20220423123642/https://github.com/nodejs/node/pull/32113
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: enable backtrace when V8 is built for PPC and S390x #32113

Closed
wants to merge 2 commits into from

Conversation

Copy link
Contributor

@mmarchini mmarchini commented Mar 6, 2020

Refs: nodejs/node-v8#119


Cherry-picked from canary-base

Checklist
  • make -j4 test (UNIX), or vcbuild test (Windows) passes
  • tests and/or benchmarks are included
  • documentation is changed or added
  • commit message follows commit guidelines

@mmarchini mmarchini requested a review from targos Mar 6, 2020
@nodejs-github-bot nodejs-github-bot added build tools v8 engine labels Mar 6, 2020
@sam-github
Copy link
Contributor

@sam-github sam-github commented Mar 6, 2020

cc: @nodejs/platform-ppc @nodejs/platform-s390

@sam-github sam-github added ppc s390 labels Mar 6, 2020
@mmarchini mmarchini mentioned this pull request Mar 6, 2020
15 tasks
common.gypi Outdated Show resolved Hide resolved
@mhdawson
Copy link
Member

@mhdawson mhdawson commented Mar 6, 2020

@miladfarca can you take a look as well?

@miladfarca
Copy link
Contributor

@miladfarca miladfarca commented Mar 6, 2020

Changes lgtm.

Copy link
Member

@mhdawson mhdawson left a comment

LGTM

Co-Authored-By: Ben Noordhuis <info@bnoordhuis.nl>
@nodejs-github-bot
Copy link
Contributor

@nodejs-github-bot nodejs-github-bot commented Mar 8, 2020

@nodejs-github-bot
Copy link
Contributor

@nodejs-github-bot nodejs-github-bot commented Mar 8, 2020

@nodejs-github-bot
Copy link
Contributor

@nodejs-github-bot nodejs-github-bot commented Mar 8, 2020

mmarchini pushed a commit that referenced this issue Mar 8, 2020
Refs: nodejs/node-v8#119

PR-URL: #32113
Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl>
Reviewed-By: Michael Dawson <michael_dawson@ca.ibm.com>
Reviewed-By: Anna Henningsen <anna@addaleax.net>
@mmarchini
Copy link
Contributor Author

@mmarchini mmarchini commented Mar 8, 2020

Landed in c49286b

@mmarchini mmarchini closed this Mar 8, 2020
MylesBorins pushed a commit that referenced this issue Mar 9, 2020
Refs: nodejs/node-v8#119

PR-URL: #32113
Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl>
Reviewed-By: Michael Dawson <michael_dawson@ca.ibm.com>
Reviewed-By: Anna Henningsen <anna@addaleax.net>
@MylesBorins MylesBorins mentioned this pull request Mar 10, 2020
codebytere pushed a commit that referenced this issue Mar 16, 2020
Refs: nodejs/node-v8#119

PR-URL: #32113
Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl>
Reviewed-By: Michael Dawson <michael_dawson@ca.ibm.com>
Reviewed-By: Anna Henningsen <anna@addaleax.net>
codebytere pushed a commit that referenced this issue Mar 17, 2020
Refs: nodejs/node-v8#119

PR-URL: #32113
Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl>
Reviewed-By: Michael Dawson <michael_dawson@ca.ibm.com>
Reviewed-By: Anna Henningsen <anna@addaleax.net>
@codebytere codebytere mentioned this pull request Mar 17, 2020
codebytere pushed a commit that referenced this issue Mar 23, 2020
Refs: nodejs/node-v8#119

PR-URL: #32113
Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl>
Reviewed-By: Michael Dawson <michael_dawson@ca.ibm.com>
Reviewed-By: Anna Henningsen <anna@addaleax.net>
codebytere pushed a commit that referenced this issue Mar 30, 2020
Refs: nodejs/node-v8#119

PR-URL: #32113
Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl>
Reviewed-By: Michael Dawson <michael_dawson@ca.ibm.com>
Reviewed-By: Anna Henningsen <anna@addaleax.net>
codebytere added a commit to electron/electron that referenced this issue Apr 13, 2020
richardlau pushed a commit to richardlau/node-1 that referenced this issue Oct 5, 2020
Refs: nodejs/node-v8#119

PR-URL: nodejs#32113
Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl>
Reviewed-By: Michael Dawson <michael_dawson@ca.ibm.com>
Reviewed-By: Anna Henningsen <anna@addaleax.net>
@richardlau richardlau mentioned this pull request Oct 7, 2020
3 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
build ppc s390 tools v8 engine
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

8 participants
X Tutup