commit | 652f73a7b009c10cae4797cbbb89d9d8043c3c7f | [log] [tgz] |
---|---|---|
author | Jeongik Cha <jeongik@google.com> | Fri Sep 20 09:24:48 2024 +0000 |
committer | Jeongik Cha <jeongik@google.com> | Fri Sep 20 09:24:48 2024 +0000 |
tree | 3002b5ae87571ec72e51f0bbae7a510182060425 | |
parent | b0b5ca1757b6f1f70ff336db3ad84f0b28a3b23d [diff] [blame] |
Add qemu-system-arm qemu-user-static as deps Bug: 363237196 Change-Id: I65b167b6db425404a6a7509480e00849c8688361 Test: build in github CI
diff --git a/build/debian/build.sh b/build/debian/build.sh index aabbe58..ad91704 100755 --- a/build/debian/build.sh +++ b/build/debian/build.sh
@@ -48,7 +48,9 @@ python3-pytest \ python3-yaml \ qemu-utils \ - udev + udev \ + qemu-system-arm \ + qemu-user-static } download_debian_cloud_image() {