Skip to content

Commit

Permalink
Fetch gn binary for the correct architecture on linux.
Browse files Browse the repository at this point in the history
I'm attempting to build natively on linux/aarch64 with as much of the existing build system as possible. This seemed a trivial change, that is also difficult to patch downstream.

Signed-off-by: Robert Günzler <robert.gunzler@postman.com>
Change-Id: If85ddeee62f942cf1881adabb33733bde4f6a645
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3646480
Commit-Queue: Takuto Ikuta <tikuta@chromium.org>
Reviewed-by: Takuto Ikuta <tikuta@chromium.org>
Cr-Commit-Position: refs/heads/main@{#1004763}
  • Loading branch information
robertgzr authored and Chromium LUCI CQ committed May 18, 2022
1 parent f0ad09a commit 554265d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions AUTHORS
Original file line number Diff line number Diff line change
Expand Up @@ -979,6 +979,7 @@ Robert Bear Travis <bear.travis@gmail.com>
Robert Bear Travis <betravis@adobe.com>
Robert Bradford <robert.bradford@intel.com>
Robert Goldberg <goldberg@adobe.com>
Robert Günzler <r@gnzler.io>
Robert Hogan <robhogan@gmail.com>
Robert O'Callahan <rocallahan@gmail.com>
Robert Nagy <robert.nagy@gmail.com>
Expand Down
2 changes: 1 addition & 1 deletion DEPS
Original file line number Diff line number Diff line change
Expand Up @@ -479,7 +479,7 @@ deps = {
'src/buildtools/linux64': {
'packages': [
{
'package': 'gn/gn/linux-amd64',
'package': 'gn/gn/linux-${{arch}}',
'version': Var('gn_version'),
}
],
Expand Down

0 comments on commit 554265d

Please sign in to comment.