aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStewart Smith <stewart@linux.vnet.ibm.com>2016-11-17 09:31:45 +1100
committerStewart Smith <stewart@linux.vnet.ibm.com>2016-11-24 16:34:15 +1100
commit930fa2caf84d9160cb22ee5a4e59bdc810d8b411 (patch)
tree5a1c44574746c8ac1e5970bf9e3286e2346ad5cd
parent93a27432e132a72ffe1c9b7c9c077e01b2778a1a (diff)
downloadskiboot-930fa2caf84d9160cb22ee5a4e59bdc810d8b411.zip
skiboot-930fa2caf84d9160cb22ee5a4e59bdc810d8b411.tar.gz
skiboot-930fa2caf84d9160cb22ee5a4e59bdc810d8b411.tar.bz2
travis: add fedora rawhide
Signed-off-by: Stewart Smith <stewart@linux.vnet.ibm.com>
-rw-r--r--.travis.yml2
-rw-r--r--opal-ci/Dockerfile-fedora-rawhide6
2 files changed, 8 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index a986d07..d4b63d6 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -10,6 +10,7 @@ env:
- RUN_ON_CONTAINER=centos6
- RUN_ON_CONTAINER=centos7
- RUN_ON_CONTAINER=fedora24
+ - RUN_ON_CONTAINER=fedora-rawhide
global:
# The next declaration is the encrypted COVERITY_SCAN_TOKEN, created
# via the "travis encrypt" command using the project repo's public key
@@ -18,6 +19,7 @@ env:
matrix:
allow_failures:
- env: RUN_ON_CONTAINER=fedora24
+ - env: RUN_ON_CONTAINER=fedora-rawhide
sudo: required
services: docker
diff --git a/opal-ci/Dockerfile-fedora-rawhide b/opal-ci/Dockerfile-fedora-rawhide
new file mode 100644
index 0000000..d02ee0c
--- /dev/null
+++ b/opal-ci/Dockerfile-fedora-rawhide
@@ -0,0 +1,6 @@
+FROM fedora:rawhide
+RUN dnf -y install wget xterm gcc git xz make diffutils findutils expect valgrind valgrind-devel ccache
+RUN dnf -y install gcc-powerpc64-linux-gnu
+COPY . /build/
+WORKDIR /build
+ENTRYPOINT ./opal-ci/build-fedora24.sh