Skip to content

Commit e3addb6

Browse files
plangloisV8 LUCI CQ
authored andcommitted
[buildtools] Use arch-specific GN on linux.
CIPD provides both amd64 and arm64 binaries for GN, download the correct one. This way we get the correct GN when checking out V8 on an AArch64 linux host. Change-Id: I39c2d7a0062eb330bccac9bc71068bc02bf6958b Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/3637798 Commit-Queue: Pierre Langlois <[email protected]> Reviewed-by: Michael Achenbach <[email protected]> Reviewed-by: Jakob Kummerow <[email protected]> Cr-Commit-Position: refs/heads/main@{#80469}
1 parent 40d2fab commit e3addb6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

DEPS

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ deps = {
9999
'buildtools/linux64': {
100100
'packages': [
101101
{
102-
'package': 'gn/gn/linux-amd64',
102+
'package': 'gn/gn/linux-${{arch}}',
103103
'version': Var('gn_version'),
104104
}
105105
],

0 commit comments

Comments
 (0)