Skip to content

Commit

Permalink
Fix gn build error in loongarch platform.
Browse files Browse the repository at this point in the history
Src/build project has merged loongarch config file, but DEPS not update yet.
It will leads CQ failed when tests loongarch gn builds support patch.

Bug: chromium:1289502
Change-Id: I2c5ae204e2fa3a9776b82a624b3cce08bf25216b
Reviewed-on: https://chromium-review.googlesource.com/c/libyuv/libyuv/+/4614917
Reviewed-by: Frank Barchard <[email protected]>
  • Loading branch information
Cheng Yangyang authored and Frank Barchard committed Jun 19, 2023
1 parent 873d0db commit eaaf27b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion DEPS
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ vars = {

deps = {
'src/build':
Var('chromium_git') + '/chromium/src/build' + '@' + '1a35bf2972f67c44e7567323f1f076a9b90b1cb0',
Var('chromium_git') + '/chromium/src/build' + '@' + '7e5b8b78a9caf8da5cd6456914caac17a991eb69',
'src/buildtools':
Var('chromium_git') + '/chromium/src/buildtools' + '@' + '3819ac6f3de594da7386c62474cedcf3b7194bb7',
'src/testing':
Expand Down

0 comments on commit eaaf27b

Please sign in to comment.