summaryrefslogtreecommitdiffstats
path: root/opal-ci/Dockerfile-debian-unstable
diff options
context:
space:
mode:
authorStewart Smith <stewart@linux.ibm.com>2018-10-29 10:56:21 +1100
committerStewart Smith <stewart@linux.ibm.com>2018-10-29 11:41:29 +1100
commitd513609b4f48d188dcd2e9ba8af831a92464d15c (patch)
treee0f58cdd433a723dedf3354ae1beb28bd4cffe3c /opal-ci/Dockerfile-debian-unstable
parentb6de35b6896a7d21a72be79e720eeae2dc620fa2 (diff)
downloadtalos-skiboot-d513609b4f48d188dcd2e9ba8af831a92464d15c.tar.gz
talos-skiboot-d513609b4f48d188dcd2e9ba8af831a92464d15c.zip
travis/ci: rework Dockerfiles to produce build artifacts
ubuntu-latest was also missing clang, as ubuntu-latest is closer to ubuntu 18.04 than 16.04 Signed-off-by: Stewart Smith <stewart@linux.ibm.com>
Diffstat (limited to 'opal-ci/Dockerfile-debian-unstable')
-rw-r--r--opal-ci/Dockerfile-debian-unstable1
1 files changed, 0 insertions, 1 deletions
diff --git a/opal-ci/Dockerfile-debian-unstable b/opal-ci/Dockerfile-debian-unstable
index 8a21008c..d9888007 100644
--- a/opal-ci/Dockerfile-debian-unstable
+++ b/opal-ci/Dockerfile-debian-unstable
@@ -8,4 +8,3 @@ RUN if [ `arch` = "x86_64" ]; then curl -L -O http://public.dhe.ibm.com/software
RUN if [ `arch` = "x86_64" ]; then curl -L -O http://public.dhe.ibm.com/software/server/powerfuncsim/p9/packages/v1.0-0/systemsim-p9-1.0-0-trusty_amd64.deb; dpkg -i systemsim-p9-1.0-0-trusty_amd64.deb; fi
COPY . /build/
WORKDIR /build
-ENTRYPOINT ./opal-ci/build-ubuntu-16.04.sh
OpenPOWER on IntegriCloud