From 6282b112954c79090e5f9d3c1fd469d66283aee9 Mon Sep 17 00:00:00 2001 From: Benoit Blanchon Date: Tue, 28 May 2024 08:07:21 +0000 Subject: [PATCH] Restore `install-sysroot.py` The Linux ARM builds fail without this line. --- steps/04-install-extras.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/steps/04-install-extras.sh b/steps/04-install-extras.sh index d1f5546d..fc4b41fa 100755 --- a/steps/04-install-extras.sh +++ b/steps/04-install-extras.sh @@ -8,6 +8,7 @@ pushd "$SOURCE" case "$OS" in linux) + build/linux/sysroot_scripts/install-sysroot.py "--arch=$CPU" build/install-build-deps.sh gclient runhooks ;;