From b30840da5f64db3edc5e1cbb7136367f2fb7399a Mon Sep 17 00:00:00 2001 From: Matheus Marchini Date: Sat, 23 Jun 2018 19:09:13 -0700 Subject: [PATCH] deps: fix gypi sysroot settings on V8 On Node.js v8.x, gn will pass a sysroot parameter to clang to use a downloaded sysroot files while running `make test-v8`. Recently, chromium build tools switched to use Debian sid sysroot files instead of Debian jessie. This patch updates our V8 GYP files to conform with those changes. Ref: https://github.com/nodejs/node/issues/21433 PR-URL: https://github.com/nodejs/node/pull/21494 Refs: https://github.com/nodejs/node/issues/21433 Reviewed-By: Ben Noordhuis Reviewed-By: Ali Ijaz Sheikh Reviewed-By: Richard Lau Reviewed-By: Ujjwal Sharma Reviewed-By: Matteo Collina Reviewed-By: Michael Dawson --- deps/v8/gypfiles/standalone.gypi | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/deps/v8/gypfiles/standalone.gypi b/deps/v8/gypfiles/standalone.gypi index ec47f1c0abc2be..178f0f82564308 100644 --- a/deps/v8/gypfiles/standalone.gypi +++ b/deps/v8/gypfiles/standalone.gypi @@ -93,16 +93,16 @@ ['OS=="linux" and use_sysroot==1', { 'conditions': [ ['target_arch=="arm"', { - 'sysroot%': '