From 9a6249453df8381b63a3a5f2fb5bbe75add56a0e Mon Sep 17 00:00:00 2001 From: Ayushman Chhabra Date: Sun, 2 Apr 2023 18:30:19 -0400 Subject: [PATCH 1/3] fix(build): use python 3 syntax for `v8_host_byteorder` --- common.gypi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common.gypi b/common.gypi index 3be408bdd1..b40fc07d33 100644 --- a/common.gypi +++ b/common.gypi @@ -65,7 +65,7 @@ # Enable disassembler for `--print-code` v8 options 'v8_enable_disassembler': 1, - 'v8_host_byteorder': ' Date: Sun, 2 Apr 2023 18:38:45 -0400 Subject: [PATCH 2/3] fix(build): sysroot `sid`->`bullseye` --- common.gypi | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/common.gypi b/common.gypi index b40fc07d33..cf49211d51 100644 --- a/common.gypi +++ b/common.gypi @@ -126,13 +126,13 @@ 'v8_enable_31bit_smis_on_64bit_arch': 1, }], ['OS=="linux" and target_arch=="ia32" and <(building_nw)==1', { - 'sysroot': ' Date: Mon, 17 Apr 2023 21:06:15 -0400 Subject: [PATCH 3/3] [GYP] `python3` -> `python` Following Chromium's guidelines for Python migration: https://chromium.googlesource.com/chromium/src/+/HEAD/docs/python3_migration.md --- common.gypi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common.gypi b/common.gypi index cf49211d51..6d45cc24b9 100644 --- a/common.gypi +++ b/common.gypi @@ -65,7 +65,7 @@ # Enable disassembler for `--print-code` v8 options 'v8_enable_disassembler': 1, - 'v8_host_byteorder': '