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-fedora28 | |
parent | b6de35b6896a7d21a72be79e720eeae2dc620fa2 (diff) | |
download | talos-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-fedora28')
-rw-r--r-- | opal-ci/Dockerfile-fedora28 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/opal-ci/Dockerfile-fedora28 b/opal-ci/Dockerfile-fedora28 index 14c40ff9..c863d93d 100644 --- a/opal-ci/Dockerfile-fedora28 +++ b/opal-ci/Dockerfile-fedora28 @@ -6,4 +6,4 @@ RUN dnf -y install flex bison RUN if [ `arch` = "x86_64" ]; then dnf -y install http://public.dhe.ibm.com/software/server/powerfuncsim/p9/packages/v1.1-0/systemsim-p9-1.1-0.f22.x86_64.rpm; fi COPY . /build/ WORKDIR /build -ENTRYPOINT ./opal-ci/build-fedora28.sh + |