diff options
author | Joel Stanley <joel@jms.id.au> | 2018-05-08 19:53:02 +0930 |
---|---|---|
committer | Stewart Smith <stewart@linux.ibm.com> | 2018-05-09 10:17:42 -0500 |
commit | f2d36bc08e82a2be0891a70b1c779ca160eff976 (patch) | |
tree | c654c2f28dad30357d8f436c7e9e160d22b26964 | |
parent | 09c19b98781e1c297c146b0daefa593bcfb0ea33 (diff) | |
download | blackbird-skiboot-f2d36bc08e82a2be0891a70b1c779ca160eff976.tar.gz blackbird-skiboot-f2d36bc08e82a2be0891a70b1c779ca160eff976.zip |
opal-ci: Remove unwanted .orig file
This snuck in recently.
Signed-off-by: Joel Stanley <joel@jms.id.au>
Signed-off-by: Stewart Smith <stewart@linux.ibm.com>
-rw-r--r-- | opal-ci/Dockerfile-ubuntu-18.04.orig | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/opal-ci/Dockerfile-ubuntu-18.04.orig b/opal-ci/Dockerfile-ubuntu-18.04.orig deleted file mode 100644 index e7ba238b..00000000 --- a/opal-ci/Dockerfile-ubuntu-18.04.orig +++ /dev/null @@ -1,10 +0,0 @@ -FROM ubuntu:18.04 -ENV DEBIAN_FRONTEND noninteractive -RUN apt-get update -qq -RUN if [ `arch` != "ppc64le" ]; then apt-get install -y gcc-powerpc64le-linux-gnu; fi -RUN apt-get install -y gcc ccache expect libssl-dev wget curl xterm device-tree-compiler build-essential gcc python g++ pkg-config libz-dev libglib2.0-dev libpixman-1-dev libfdt-dev git libstdc++6 valgrind libtcl8.6 gcc-arm-linux-gnueabi clang qemu-system-ppc -RUN if [ `arch` = "x86_64" ]; then curl -L -O http://public.dhe.ibm.com/software/server/powerfuncsim/p8/packages/v1.0-2/systemsim-p8_1.0-2_amd64.deb; dpkg -i systemsim-p8_1.0-2_amd64.deb; fi -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-18.04.sh |