summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlistair Delva <adelva@google.com>2022-03-01 14:11:29 -0800
committerAlistair Delva <adelva@google.com>2022-03-01 14:37:25 -0800
commit0f81b485b8dc1b35753516c1378f50ac60e20f54 (patch)
treedc3e637fd4f60e8d2c1caf40b689176a906397b3
parentdb23c1a5bd6d0f69e0d66435f1adf9b6f50e4fd8 (diff)
downloadtests-0f81b485b8dc1b35753516c1378f50ac60e20f54.tar.gz
build_rootfs.sh: Install golang to build cuttlefish-common
Recent versions of cuttlefish-common require 'go' to be installed. Change-Id: If43d11c954783274674d2251c5d37b4068d6103a
-rw-r--r--net/test/rootfs/bullseye-common.sh3
1 files changed, 2 insertions, 1 deletions
diff --git a/net/test/rootfs/bullseye-common.sh b/net/test/rootfs/bullseye-common.sh
index f7a0660..3bf0b1c 100644
--- a/net/test/rootfs/bullseye-common.sh
+++ b/net/test/rootfs/bullseye-common.sh
@@ -97,7 +97,8 @@ setup_and_build_cuttlefish() {
config-package-dev \
debhelper \
dpkg-dev \
- git
+ git \
+ golang
# Fetch cuttlefish and build it for cuttlefish-common
git clone https://github.com/google/android-cuttlefish.git /usr/src/$cuttlefish