0004-DEPS-use-custom-v8-repo.patch 1.3 KB

12345678910111213141516171819202122232425262728293031323334353637
  1. From 4ec2f5751dd4fcf8c3e1c42f2b374e34190a75a4 Mon Sep 17 00:00:00 2001
  2. From: Rebecca Chang Swee Fun <rebecca.chang@starfivetech.com>
  3. Date: Tue, 6 Sep 2022 01:11:29 -0400
  4. Subject: [PATCH 04/68] DEPS: use custom v8 repo
  5. Signed-off-by: Rebecca Chang Swee Fun <rebecca.chang@starfivetech.com>
  6. ---
  7. DEPS | 6 +++---
  8. 1 file changed, 3 insertions(+), 3 deletions(-)
  9. diff --git a/DEPS b/DEPS
  10. index a93dcf83a125..18a019187cd7 100644
  11. --- a/DEPS
  12. +++ b/DEPS
  13. @@ -259,7 +259,7 @@ vars = {
  14. # Three lines of non-changing comments so that
  15. # the commit queue can handle CLs rolling V8
  16. # and whatever else without interference from each other.
  17. - 'v8_revision': '8a561c06ef2cf18d1beb6f6aac51ff96b1bfaf7b',
  18. + 'v8_revision': '4b713c7340503c8d7e0c7652a1495db929a0fe38',
  19. # Three lines of non-changing comments so that
  20. # the commit queue can handle CLs rolling ANGLE
  21. # and whatever else without interference from each other.
  22. @@ -1802,8 +1802,8 @@ deps = {
  23. 'condition': 'checkout_mac',
  24. },
  25. - #'src/v8':
  26. - # Var('chromium_git') + '/v8/v8.git' + '@' + Var('v8_revision'),
  27. + 'src/v8':
  28. + Var('reb_git') + '/v8.git' + '@' + Var('v8_revision'),
  29. 'src/third_party/node-nw':
  30. Var('reb_git') + '/node.git' + '@' + '7c46b745ea0ac6cfdac0da84c2e9492c176f8948',
  31. --
  32. 2.30.2