Skip to content

Commit

Permalink
Restore install-sysroot.py
Browse files Browse the repository at this point in the history
The Linux ARM builds fail without this line.
  • Loading branch information
bblanchon committed May 28, 2024
1 parent 171464c commit 6282b11
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions steps/04-install-extras.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
;;
Expand Down

0 comments on commit 6282b11

Please sign in to comment.