From 7a89a55392bbeb144ee26af41650f4ec2acfac7e Mon Sep 17 00:00:00 2001 From: Philipp Stephani Date: Sun, 21 Feb 2021 21:53:15 +0100 Subject: [PATCH] Update golang.org/x/sys repository to support ARM-64. --- tests/integration/popular_repos/popular_repos.bzl | 2 +- tests/integration/popular_repos/popular_repos.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/integration/popular_repos/popular_repos.bzl b/tests/integration/popular_repos/popular_repos.bzl index 25024a4fb3..fcf861e05b 100644 --- a/tests/integration/popular_repos/popular_repos.bzl +++ b/tests/integration/popular_repos/popular_repos.bzl @@ -41,7 +41,7 @@ def popular_repos(): go_repository, name = "org_golang_x_sys", importpath = "golang.org/x/sys", - commit = "acbc56fc7007d2a01796d5bde54f39e3b3e95945", + commit = "9a76102bfb4322425a1228caa377974426e82c84", ) _maybe( go_repository, diff --git a/tests/integration/popular_repos/popular_repos.py b/tests/integration/popular_repos/popular_repos.py index 4b1206e9cc..840b39554c 100755 --- a/tests/integration/popular_repos/popular_repos.py +++ b/tests/integration/popular_repos/popular_repos.py @@ -50,7 +50,7 @@ dict( name = "org_golang_x_sys", importpath = "golang.org/x/sys", - commit = "acbc56fc7007d2a01796d5bde54f39e3b3e95945", + commit = "9a76102bfb4322425a1228caa377974426e82c84", ), dict(