diff options
author | Stewart Smith <stewart@linux.ibm.com> | 2018-10-29 10:56:21 +1100 |
---|---|---|
committer | Stewart Smith <stewart@linux.ibm.com> | 2018-10-29 11:41:29 +1100 |
commit | d513609b4f48d188dcd2e9ba8af831a92464d15c (patch) | |
tree | e0f58cdd433a723dedf3354ae1beb28bd4cffe3c /opal-ci/Dockerfile-debian-stretch | |
parent | b6de35b6896a7d21a72be79e720eeae2dc620fa2 (diff) | |
download | skiboot-d513609b4f48d188dcd2e9ba8af831a92464d15c.zip skiboot-d513609b4f48d188dcd2e9ba8af831a92464d15c.tar.gz skiboot-d513609b4f48d188dcd2e9ba8af831a92464d15c.tar.bz2 |
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-stretch')
-rw-r--r-- | opal-ci/Dockerfile-debian-stretch | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/opal-ci/Dockerfile-debian-stretch b/opal-ci/Dockerfile-debian-stretch index 9485e7a..f9e4ae2 100644 --- a/opal-ci/Dockerfile-debian-stretch +++ b/opal-ci/Dockerfile-debian-stretch @@ -7,4 +7,3 @@ RUN apt-get update -qq && apt-get install -y gcc-arm-linux-gnueabi || true 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 |