Skip to content

Commit 8ccf184

Browse files
authored
fix(update-v8): remove abseil-cpp from V8 dependencies (#567)
It was removed upstream because of issues with GCC.
1 parent ba58098 commit 8ccf184

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

lib/update-v8/constants.js

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -41,12 +41,6 @@ exports.v8Deps = [
4141
},
4242
since: 55
4343
},
44-
{
45-
name: 'abseil-cpp',
46-
repo: 'third_party/abseil-cpp',
47-
gitignore: '!third_party/abseil-cpp',
48-
since: 96
49-
},
5044
{
5145
name: 'gtest',
5246
repo: 'testing/gtest',

0 commit comments

Comments
 (0)