From bb4c5839c82c721e76e76d32c18638e2780fb2b7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C3=ABl=20Zasso?= Date: Mon, 4 Oct 2021 08:48:15 +0200 Subject: [PATCH] fix(update-v8): remove abseil-cpp from V8 dependencies It was removed upstream because of issues with GCC. --- lib/update-v8/constants.js | 6 ------ 1 file changed, 6 deletions(-) diff --git a/lib/update-v8/constants.js b/lib/update-v8/constants.js index 69c5bab7..be9bc071 100644 --- a/lib/update-v8/constants.js +++ b/lib/update-v8/constants.js @@ -41,12 +41,6 @@ exports.v8Deps = [ }, since: 55 }, - { - name: 'abseil-cpp', - repo: 'third_party/abseil-cpp', - gitignore: '!third_party/abseil-cpp', - since: 96 - }, { name: 'gtest', repo: 'testing/gtest',