From a085f9b26ec201fd300412f6cb83755aa879f40d Mon Sep 17 00:00:00 2001 From: Benoit Blanchon Date: Mon, 1 Jul 2024 08:11:42 +0000 Subject: [PATCH] Run `install-sysroot.py` after `runhooks` --- steps/04-install-extras.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/steps/04-install-extras.sh b/steps/04-install-extras.sh index fc4b41fa..cc577e57 100755 --- a/steps/04-install-extras.sh +++ b/steps/04-install-extras.sh @@ -8,9 +8,9 @@ pushd "$SOURCE" case "$OS" in linux) - build/linux/sysroot_scripts/install-sysroot.py "--arch=$CPU" build/install-build-deps.sh gclient runhooks + build/linux/sysroot_scripts/install-sysroot.py "--arch=$CPU" ;; android)