diff options
author | Stewart Smith <stewart@linux.vnet.ibm.com> | 2016-12-22 15:51:23 +1100 |
---|---|---|
committer | Stewart Smith <stewart@linux.vnet.ibm.com> | 2016-12-22 17:06:38 +1100 |
commit | ac751865982d0cfd17fb8dd3a764ac4ef84196a9 (patch) | |
tree | a28069b4717f719e43bf4b2873d9cfa4c2690b91 /opal-ci/Dockerfile-ubuntu-latest | |
parent | eb2f71e287eca6f4af1c96e024da5d9d62cc1090 (diff) | |
download | skiboot-ac751865982d0cfd17fb8dd3a764ac4ef84196a9.zip skiboot-ac751865982d0cfd17fb8dd3a764ac4ef84196a9.tar.gz skiboot-ac751865982d0cfd17fb8dd3a764ac4ef84196a9.tar.bz2 |
travis: install expect on ubuntu 12.04, disable qemu on 16.04/latest
due to an oddity with our qemu (that I haven't yet debugged), the hello
world test fails in qemu on recent ubuntu.
Signed-off-by: Stewart Smith <stewart@linux.vnet.ibm.com>
Diffstat (limited to 'opal-ci/Dockerfile-ubuntu-latest')
-rw-r--r-- | opal-ci/Dockerfile-ubuntu-latest | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/opal-ci/Dockerfile-ubuntu-latest b/opal-ci/Dockerfile-ubuntu-latest index 4b7bfeb..dc9a57f 100644 --- a/opal-ci/Dockerfile-ubuntu-latest +++ b/opal-ci/Dockerfile-ubuntu-latest @@ -1,6 +1,6 @@ FROM ubuntu:latest RUN apt-get update -qq -RUN apt-get install -y gcc-powerpc64le-linux-gnu gcc ccache +RUN apt-get install -y gcc-powerpc64le-linux-gnu gcc ccache expect RUN apt-get install -y wget xterm curl RUN apt-get install -y gcc-arm-linux-gnueabi RUN curl -O ftp://public.dhe.ibm.com/software/server/powerfuncsim/p8/packages/v1.0-2/systemsim-p8_1.0-2_amd64.deb |