diff options
author | Stewart Smith <stewart@linux.vnet.ibm.com> | 2017-08-24 15:02:18 +1000 |
---|---|---|
committer | Stewart Smith <stewart@linux.vnet.ibm.com> | 2017-08-24 15:02:20 +1000 |
commit | a795c751d9bd45b849f5760120114544b3ec3ab2 (patch) | |
tree | 1c2327e8ce23e44ef6f2b5b14344e120e6726475 /opal-ci | |
parent | 904eb96136ce898867cf8a78b58c0e9db8c39be6 (diff) | |
download | skiboot-a795c751d9bd45b849f5760120114544b3ec3ab2.zip skiboot-a795c751d9bd45b849f5760120114544b3ec3ab2.tar.gz skiboot-a795c751d9bd45b849f5760120114544b3ec3ab2.tar.bz2 |
travis: Debian Stretch must pass
this means we don't run systemsim-p8 on debian stretch as:
"libcrypto.so.1.0.0: cannot open shared object file: No such file or directory"
Signed-off-by: Stewart Smith <stewart@linux.vnet.ibm.com>
Diffstat (limited to 'opal-ci')
-rw-r--r-- | opal-ci/Dockerfile-debian-stretch | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/opal-ci/Dockerfile-debian-stretch b/opal-ci/Dockerfile-debian-stretch index c4183b2..7338717 100644 --- a/opal-ci/Dockerfile-debian-stretch +++ b/opal-ci/Dockerfile-debian-stretch @@ -3,8 +3,6 @@ RUN apt-get update -qq RUN apt-get install -y gcc-powerpc64le-linux-gnu gcc ccache expect libssl-dev RUN apt-get install -y wget xterm curl device-tree-compiler 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 -RUN dpkg -i systemsim-p8_1.0-2_amd64.deb RUN apt-get install -y libtcl8.6 RUN curl -O http://public.dhe.ibm.com/software/server/powerfuncsim/p9/packages/v1.0-0/systemsim-p9-1.0-0-trusty_amd64.deb RUN dpkg -i systemsim-p9-1.0-0-trusty_amd64.deb |