devops(cr): install arm toolchain for arm linux builds (#9962)

This commit is contained in:
Andrey Lushnikov 2021-11-02 01:41:01 -07:00 committed by GitHub
parent 87174e9ed7
commit 3d775f34af
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -52,7 +52,7 @@ function prepare_chromium_checkout {
fetch --nohooks chromium
cd src
if [[ $(uname) == "Linux" ]]; then
./build/install-build-deps.sh
./build/install-build-deps.sh --arm
fi
gclient runhooks
fi