summaryrefslogtreecommitdiffstats
path: root/opal-ci/Dockerfile-ubuntu-16.04
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-ubuntu-16.04
parentb6de35b6896a7d21a72be79e720eeae2dc620fa2 (diff)
downloadblackbird-skiboot-d513609b4f48d188dcd2e9ba8af831a92464d15c.tar.gz
blackbird-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-ubuntu-16.04')
-rw-r--r--opal-ci/Dockerfile-ubuntu-16.042
1 files changed, 1 insertions, 1 deletions
diff --git a/opal-ci/Dockerfile-ubuntu-16.04 b/opal-ci/Dockerfile-ubuntu-16.04
index ce3148c3..c53bf03c 100644
--- a/opal-ci/Dockerfile-ubuntu-16.04
+++ b/opal-ci/Dockerfile-ubuntu-16.04
@@ -8,4 +8,4 @@ RUN if [ `arch` = "x86_64" ]; then curl -L -O http://public.dhe.ibm.com/software
RUN if [ `arch` = "x86_64" ]; then curl -O http://public.dhe.ibm.com/software/server/powerfuncsim/p9/packages/v1.1-0/systemsim-p9-1.1-0-trusty_amd64.deb; dpkg -i systemsim-p9-1.1-0-trusty_amd64.deb; fi
COPY . /build/
WORKDIR /build
-ENTRYPOINT ./opal-ci/build-ubuntu-16.04.sh
+
OpenPOWER on IntegriCloud