From: Jan-Simon Möller Date: Wed, 18 Apr 2018 14:24:42 +0000 (+0200) Subject: Add dependencies for xds build in CI X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F09%2F13809%2F1;p=ci-management.git Add dependencies for xds build in CI Change-Id: I5e22868ecb676006ea3e92296ded1d2d9d35f381 Signed-off-by: Jan-Simon Möller --- diff --git a/packer/provision/agl_dependencies.sh b/packer/provision/agl_dependencies.sh index 662d649a..67a3b640 100644 --- a/packer/provision/agl_dependencies.sh +++ b/packer/provision/agl_dependencies.sh @@ -22,7 +22,7 @@ DEBIAN_FRONTEND=noninteractive apt-get update && \ libtool libglib2.0-dev libarchive-dev python-git git python python-minimal repo \ tree rsync python-yaml python-requests curl tar docker.io pandoc python3 \ ruby-all-dev ruby-ffi ruby-ffi-* jekyll ruby-redcarpet npm mkdocs nodejs \ - python-pip python-simplejson g++-multilib + python-pip python-simplejson g++-multilib make zip unzip DEBIAN_FRONTEND=noninteractive apt-get install -y -t jessie-backports lava-tool=0.19-1~bpo8+1 @@ -107,4 +107,14 @@ python -c "import sys; print sys.path" sudo pip show jinja2 +# install go for xds build + +source /etc/os-release +wget -O "http://keyserver.ubuntu.com/pks/lookup?op=get&search=0x52B59B1571A79DBC054901C0F6BC817356A3D45E" | sudo apt-key add - +sudo bash -c "cat >> /etc/apt/sources.list.d/golang.list <