aboutsummaryrefslogtreecommitdiff
path: root/robher-aosp.yaml
diff options
context:
space:
mode:
authorRob Herring <robh@kernel.org>2016-07-05 12:40:25 -0500
committerRob Herring <robh@kernel.org>2016-07-05 12:40:25 -0500
commitd347a569258c03ea04b522f751865e901307f866 (patch)
treefcb2229d15ba2cab0bec3860407877d7b7a65846 /robher-aosp.yaml
parentd1f28dbf107285a643783af98459326ec4624ee2 (diff)
robher-aosp: don't fail on apt-get update fail
The utopic arm64 ports repo is gone, so ignore this failure. Signed-off-by: Rob Herring <robh@kernel.org>
Diffstat (limited to 'robher-aosp.yaml')
-rw-r--r--robher-aosp.yaml2
1 files changed, 1 insertions, 1 deletions
diff --git a/robher-aosp.yaml b/robher-aosp.yaml
index e7de265b41..ac643daa26 100644
--- a/robher-aosp.yaml
+++ b/robher-aosp.yaml
@@ -40,7 +40,7 @@
java -version
sudo sed -i -e 's/archive.ubuntu.com\|security.ubuntu.com/old-releases.ubuntu.com/g' /etc/apt/sources.list
- sudo apt-get update
+ sudo apt-get update || true
sudo apt-get install -y gcc-4.9-multilib bison git gperf libxml2-utils python-mako zip time python-pycurl genisoimage patch mtools libfdt-dev python-mako gettext openjdk-8-jdk
mkdir -p ${HOME}/bin ${WORKSPACE}/build/out