[Skiboot] [PATCH 3/6] travis: Debian Stretch must pass

Stewart Smith stewart at linux.vnet.ibm.com
Thu Aug 24 17:39:45 AEST 2017


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 at linux.vnet.ibm.com>
---
 .travis.yml                       | 1 -
 opal-ci/Dockerfile-debian-stretch | 2 --
 2 files changed, 3 deletions(-)

diff --git a/.travis.yml b/.travis.yml
index 24675f27729a..b9da4242c660 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -23,7 +23,6 @@ env:
 matrix:
   allow_failures:
     - env: RUN_ON_CONTAINER=fedora-rawhide
-    - env: RUN_ON_CONTAINER=debian-stretch
     - env: RUN_ON_CONTAINER=debian-unstable
 
 sudo: required
diff --git a/opal-ci/Dockerfile-debian-stretch b/opal-ci/Dockerfile-debian-stretch
index c4183b2c6e10..7338717498df 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
-- 
2.13.5



More information about the Skiboot mailing list