summaryrefslogtreecommitdiffstats
path: root/opal-ci/Dockerfile-debian-unstable
Commit message (Collapse)AuthorAgeFilesLines
* ci: Add opal-utils to Debian unstableJoel Stanley2018-12-131-1/+4
| | | | | | | | This puts a 'pflash' in the users PATH, allowing more test coverage of ffspart. Signed-off-by: Joel Stanley <joel@jms.id.au> Signed-off-by: Stewart Smith <stewart@linux.ibm.com>
* ci: Drop P8 mambo from Debian unstableJoel Stanley2018-12-131-1/+0
| | | | | | | | | | | | | | | | | Debian Unstable has removed OpenSSL 1.0.0 from the repository so mambo no longer runs: /opt/ibm/systemsim-p8/bin/systemsim-pegasus: error while loading shared libraries: libcrypto.so.1.0.0: cannot open shared object file: No such file or directory By removing it from the container these tests will be automatically skipped. Tracked in https://github.com/open-power/op-build/issues/2519 Signed-off-by: Joel Stanley <joel@jms.id.au> Signed-off-by: Stewart Smith <stewart@linux.ibm.com>
* ci: Update Debian unstable packagesJoel Stanley2018-12-131-3/+2
| | | | | | | | | This syncs Debian unstable with Ubuntu 18.04 in order to get the clang package. It also adds qemu to the Debian install, which makes sense Debian also has 2.12. Signed-off-by: Joel Stanley <joel@jms.id.au> Signed-off-by: Stewart Smith <stewart@linux.ibm.com>
* travis/ci: rework Dockerfiles to produce build artifactsStewart Smith2018-10-291-1/+0
| | | | | | | 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>
* travis: fix if x86_64 tests in dockerfiles.Stewart Smith2018-05-061-2/+2
| | | | | | | | In today's lesson, Stewart learns shell. Fixes: e101e85c9ff65e82f7ede4d5541d921b4a3ed923 Reported-by: Joel Stanley <joel@jms.id.au> Signed-off-by: Stewart Smith <stewart@linux.ibm.com>
* opal-ci/dockerfiles: DEBIAN_FRONTEND=noninteractiveStewart Smith2018-05-011-0/+1
| | | | | Suggested-by: Daniel Black <danielgb@au1.ibm.com> Signed-off-by: Stewart Smith <stewart@linux.ibm.com>
* travis: Enable ppc64le buildsStewart Smith2018-04-191-10/+5
| | | | | | | | | | | | | At least on the IBM Travis Enterprise instance, we can now do ppc64le builds! We can only build a subset of our matrix due to availability of ppc64le distros. The Dockerfiles need some tweaking to only attempt to install (x86_64 only) Mambo binaries, as well as the build scripts. Signed-off-by: Stewart Smith <stewart@linux.vnet.ibm.com> Signed-off-by: Stewart Smith <stewart@linux.ibm.com>
* travis-ci: pull Mambo over http rather than ftpStewart Smith2018-04-191-1/+1
| | | | Signed-off-by: Stewart Smith <stewart@linux.ibm.com>
* travis: add -L to all curl invocations to follow redirectsStewart Smith2018-04-051-2/+2
| | | | Signed-off-by: Stewart Smith <stewart@linux.ibm.com>
* travis: Add debian stretch and unstableStewart Smith2017-07-201-0/+15
At the moment, we mark them both as being able to fail, as we're hitting an assert in one of the unit tests on debian stretch, and that hasn't yet been chased down. Signed-off-by: Stewart Smith <stewart@linux.vnet.ibm.com>
OpenPOWER on IntegriCloud