Skip to content

Commit

Permalink
fix(update-v8): remove abseil-cpp from V8 dependencies (#567)
Browse files Browse the repository at this point in the history
It was removed upstream because of issues with GCC.
  • Loading branch information
Alicia Lopez committed Oct 4, 2021
1 parent 0a73cfb commit f2ceffc
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions lib/update-v8/constants.js
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down

0 comments on commit f2ceffc

Please sign in to comment.